#CAD4EB

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

Shades of Hawkes Blue #CAD4EB

Tints of Hawkes Blue #CAD4EB

Color information

#CAD4EB (or 0xCAD4EB) is unknown color: approx Hawkes Blue. HEX triplet: CA, D4 and EB. RGB value is (202,212,235). Sum of RGB (Red+Green+Blue) = 202+212+235=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4EB is #352B14. Grayscale: #D3D3D3. Windows color (decimal): -3484437 or 15455434. OLE color: 15455434.

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

Color convert

RGB202212235-
CMYK0.140.1000.08
HSL221.82º45.21%85.69%-
HSV(B)221.82º14.04%92.16%-
XYZ62.965.6487.95-
YUV211.63141.19121.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 212 (83.20% from 255) = 32.67%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=31.12%
G=32.67%
B=36.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022122350.140.1000.08221.8245.2185.69
HexCAD4EBEA08de2d56
Octal312324353161201033655126
Binary1100101011010100111010111110101001000110111101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4EB; }

 p { color: rgb(202,212,235); }

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

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

 a { background-color: rgb(202,212,235); }

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

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

 span { border-color: rgb(202,212,235); }

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