#CBD4EC

Color #CBD4EC Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CBD4EC

Tints of Hawkes Blue #CBD4EC

Color information

#CBD4EC (or 0xCBD4EC) is unknown color: approx Hawkes Blue. HEX triplet: CB, D4 and EC. RGB value is (203,212,236). Sum of RGB (Red+Green+Blue) = 203+212+236=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4EC is #342B13. Grayscale: #D3D3D3. Windows color (decimal): -3418900 or 15520971. OLE color: 15520971.

HSL color Cylindrical-coordinate representation of color #CBD4EC: hue angle of 223.64º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD4EC is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203212236-
CMYK0.140.1000.07
HSL223.64º46.48%86.08%-
HSV(B)223.64º13.98%92.55%-
XYZ63.3165.8488.73-
YUV212.04141.52121.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 212 (83.20% from 255) = 32.57%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=31.18%
G=32.57%
B=36.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032122360.140.1000.07223.6446.4886.08
HexCBD4ECEA07e02e56
Octal31332435416120734056126
Binary110010111101010011101100111010100111111000001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4EC; }

 p { color: rgb(203,212,236); }

 H1.HeaderClassName
 {
   color: #CBD4EC;
 }
 .AnyTagClassName
 {
   color: #CBD4EC;
 }
</style>
background-color css

<style>
 a { background-color: #CBD4EC; }

 a { background-color: rgb(203,212,236); }

 div.DivClassName
 {
   background-color: #CBD4EC;
 }
 .BgClassName
 {
   background-color: #CBD4EC;
 }
</style>
border-color css

<style>
 span { border-color: #CBD4EC; }

 span { border-color: rgb(203,212,236); }

 td.TdClassName
 {
   border-color: #CBD4EC;
 }
 .TagClassName
 {
   border-color: #CBD4EC;
 }
</style>