#CADDF9

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

Shades of Hawkes Blue #CADDF9

Tints of Hawkes Blue #CADDF9

Color information

#CADDF9 (or 0xCADDF9) is unknown color: approx Hawkes Blue. HEX triplet: CA, DD and F9. RGB value is (202,221,249). Sum of RGB (Red+Green+Blue) = 202+221+249=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #CADDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDF9 is #352206. Grayscale: #DADADA. Windows color (decimal): -3482119 or 16375242. OLE color: 16375242.

HSL color Cylindrical-coordinate representation of color #CADDF9: hue angle of 215.74º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CADDF9 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202221249-
CMYK0.190.1100.02
HSL215.74º79.66%88.43%-
HSV(B)215.74º18.88%97.65%-
XYZ67.3171.1199.8-
YUV218.51145.21116.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.06%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=30.06%
G=32.89%
B=37.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022212490.190.1100.02215.7479.6688.43
HexCADDF913B02d85058
Octal312335371231302330120130
Binary1100101011011101111110011001110110101101100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDF9; }

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

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

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

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

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

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

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

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