#CDD8EC

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

Shades of Hawkes Blue #CDD8EC

Tints of Hawkes Blue #CDD8EC

Color information

#CDD8EC (or 0xCDD8EC) is unknown color: approx Hawkes Blue. HEX triplet: CD, D8 and EC. RGB value is (205,216,236). Sum of RGB (Red+Green+Blue) = 205+216+236=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8EC is #322713. Grayscale: #D6D6D6. Windows color (decimal): -3286804 or 15521997. OLE color: 15521997.

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

Color convert

RGB205216236-
CMYK0.130.0800.07
HSL218.71º44.93%86.47%-
HSV(B)218.71º13.14%92.55%-
XYZ64.8768.1589.09-
YUV214.99139.86120.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=31.20%
G=32.88%
B=35.92%

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
Decimal2052162360.130.0800.07218.7144.9386.47
HexCDD8ECD807db2d56
Octal31533035415100733355126
Binary110011011101100011101100110110000111110110111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8EC; }

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

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

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

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

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

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

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

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