#CAD6E5

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

Shades of Hawkes Blue #CAD6E5

Tints of Hawkes Blue #CAD6E5

Color information

#CAD6E5 (or 0xCAD6E5) is unknown color: approx Hawkes Blue. HEX triplet: CA, D6 and E5. RGB value is (202,214,229). Sum of RGB (Red+Green+Blue) = 202+214+229=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAD6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6E5 is #35291A. Grayscale: #D4D4D4. Windows color (decimal): -3483931 or 15062730. OLE color: 15062730.

HSL color Cylindrical-coordinate representation of color #CAD6E5: hue angle of 213.33º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAD6E5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202214229-
CMYK0.120.0700.10
HSL213.33º34.18%84.51%-
HSV(B)213.33º11.79%89.8%-
XYZ62.5566.3183.63-
YUV212.12137.52120.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 214 (83.98% from 255) = 33.18%
BLUE value IS 229 (89.84% from 255) = 35.50%
R=31.32%
G=33.18%
B=35.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022142290.120.0700.10213.3334.1884.51
HexCAD6E5C70Ad52255
Octal31232634514701232542125
Binary110010101101011011100101110011101010110101011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6E5; }

 p { color: rgb(202,214,229); }

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

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

 a { background-color: rgb(202,214,229); }

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

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

 span { border-color: rgb(202,214,229); }

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