#CDD2EC

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

Shades of Hawkes Blue #CDD2EC

Tints of Hawkes Blue #CDD2EC

Color information

#CDD2EC (or 0xCDD2EC) is unknown color: approx Hawkes Blue. HEX triplet: CD, D2 and EC. RGB value is (205,210,236). Sum of RGB (Red+Green+Blue) = 205+210+236=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2EC is #322D13. Grayscale: #D3D3D3. Windows color (decimal): -3288340 or 15520461. OLE color: 15520461.

HSL color Cylindrical-coordinate representation of color #CDD2EC: hue angle of 230.32º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD2EC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205210236-
CMYK0.130.1100.07
HSL230.32º44.93%86.47%-
HSV(B)230.32º13.14%92.55%-
XYZ63.3665.1388.59-
YUV211.47141.84123.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 210 (82.42% from 255) = 32.26%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=31.49%
G=32.26%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052102360.130.1100.07230.3244.9386.47
HexCDD2ECDB07e62d56
Octal31532235415130734655126
Binary110011011101001011101100110110110111111001101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2EC; }

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

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

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

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

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

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

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

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