#CDD6EC

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

Shades of Hawkes Blue #CDD6EC

Tints of Hawkes Blue #CDD6EC

Color information

#CDD6EC (or 0xCDD6EC) is unknown color: approx Hawkes Blue. HEX triplet: CD, D6 and EC. RGB value is (205,214,236). Sum of RGB (Red+Green+Blue) = 205+214+236=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6EC is #322913. Grayscale: #D5D5D5. Windows color (decimal): -3287316 or 15521485. OLE color: 15521485.

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

Color convert

RGB205214236-
CMYK0.130.0900.07
HSL222.58º44.93%86.47%-
HSV(B)222.58º13.14%92.55%-
XYZ64.3667.1388.92-
YUV213.82140.52121.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=31.30%
G=32.67%
B=36.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052142360.130.0900.07222.5844.9386.47
HexCDD6ECD907df2d56
Octal31532635415110733755126
Binary110011011101011011101100110110010111110111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6EC; }

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

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

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

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

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

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

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

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