#CDD2F2

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

Shades of Hawkes Blue #CDD2F2

Tints of Hawkes Blue #CDD2F2

Color information

#CDD2F2 (or 0xCDD2F2) is unknown color: approx Hawkes Blue. HEX triplet: CD, D2 and F2. RGB value is (205,210,242). Sum of RGB (Red+Green+Blue) = 205+210+242=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDD2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2F2 is #322D0D. Grayscale: #D4D4D4. Windows color (decimal): -3288334 or 15913677. OLE color: 15913677.

HSL color Cylindrical-coordinate representation of color #CDD2F2: hue angle of 231.89º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDD2F2 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205210242-
CMYK0.150.1300.05
HSL231.89º58.73%87.65%-
HSV(B)231.89º15.29%94.9%-
XYZ64.2565.4893.26-
YUV212.15144.84122.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 210 (82.42% from 255) = 31.96%
BLUE value IS 242 (94.92% from 255) = 36.83%
R=31.20%
G=31.96%
B=36.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052102420.150.1300.05231.8958.7387.65
HexCDD2F2FD05e83b58
Octal31532236217150535073130
Binary110011011101001011110010111111010101111010001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2F2; }

 p { color: rgb(205,210,242); }

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

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

 a { background-color: rgb(205,210,242); }

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

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

 span { border-color: rgb(205,210,242); }

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