#CDD9EC

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

Shades of Hawkes Blue #CDD9EC

Tints of Hawkes Blue #CDD9EC

Color information

#CDD9EC (or 0xCDD9EC) is unknown color: approx Hawkes Blue. HEX triplet: CD, D9 and EC. RGB value is (205,217,236). Sum of RGB (Red+Green+Blue) = 205+217+236=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9EC is #322613. Grayscale: #D7D7D7. Windows color (decimal): -3286548 or 15522253. OLE color: 15522253.

HSL color Cylindrical-coordinate representation of color #CDD9EC: hue angle of 216.77º 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 #CDD9EC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205217236-
CMYK0.130.0800.07
HSL216.77º44.93%86.47%-
HSV(B)216.77º13.14%92.55%-
XYZ65.1368.6689.18-
YUV215.58139.52120.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 217 (85.16% from 255) = 32.98%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=31.16%
G=32.98%
B=35.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052172360.130.0800.07216.7744.9386.47
HexCDD9ECD807d92d56
Octal31533135415100733155126
Binary110011011101100111101100110110000111110110011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9EC; }

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

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

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

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

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

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

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

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