#CADDF2

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

Shades of Hawkes Blue #CADDF2

Tints of Hawkes Blue #CADDF2

Color information

#CADDF2 (or 0xCADDF2) is unknown color: approx Hawkes Blue. HEX triplet: CA, DD and F2. RGB value is (202,221,242). Sum of RGB (Red+Green+Blue) = 202+221+242=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #CADDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDF2 is #35220D. Grayscale: #D9D9D9. Windows color (decimal): -3482126 or 15916490. OLE color: 15916490.

HSL color Cylindrical-coordinate representation of color #CADDF2: hue angle of 211.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADDF2 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202221242-
CMYK0.170.0900.05
HSL211.5º60.61%87.06%-
HSV(B)211.5º16.53%94.9%-
XYZ66.2470.6894.16-
YUV217.71141.71116.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=30.38%
G=33.23%
B=36.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022212420.170.0900.05211.560.6187.06
HexCADDF211905d43d57
Octal31233536221110532475127
Binary1100101011011101111100101000110010101110101001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDF2; }

 p { color: rgb(202,221,242); }

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

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

 a { background-color: rgb(202,221,242); }

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

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

 span { border-color: rgb(202,221,242); }

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