#CADDF4

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

Shades of Hawkes Blue #CADDF4

Tints of Hawkes Blue #CADDF4

Color information

#CADDF4 (or 0xCADDF4) is unknown color: approx Hawkes Blue. HEX triplet: CA, DD and F4. RGB value is (202,221,244). Sum of RGB (Red+Green+Blue) = 202+221+244=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #CADDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDF4 is #35220B. Grayscale: #D9D9D9. Windows color (decimal): -3482124 or 16047562. OLE color: 16047562.

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

Color convert

RGB202221244-
CMYK0.170.0900.04
HSL212.86º65.62%87.45%-
HSV(B)212.86º17.21%95.69%-
XYZ66.5470.895.75-
YUV217.94142.71116.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 244 (95.70% from 255) = 36.58%
R=30.28%
G=33.13%
B=36.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022212440.170.0900.04212.8665.6287.45
HexCADDF411904d54257
Octal312335364211104325102127
Binary11001010110111011111010010001100101001101010110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDF4; }

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

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

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

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

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

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

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

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