#CDDAEC

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

Shades of Hawkes Blue #CDDAEC

Tints of Hawkes Blue #CDDAEC

Color information

#CDDAEC (or 0xCDDAEC) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and EC. RGB value is (205,218,236). Sum of RGB (Red+Green+Blue) = 205+218+236=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAEC is #322513. Grayscale: #D8D8D8. Windows color (decimal): -3286292 or 15522509. OLE color: 15522509.

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

Color convert

RGB205218236-
CMYK0.130.0800.07
HSL214.84º44.93%86.47%-
HSV(B)214.84º13.14%92.55%-
XYZ65.3969.1889.26-
YUV216.16139.19120.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 218 (85.55% from 255) = 33.08%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=31.11%
G=33.08%
B=35.81%

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
Decimal2052182360.130.0800.07214.8444.9386.47
HexCDDAECD807d72d56
Octal31533235415100732755126
Binary110011011101101011101100110110000111110101111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAEC; }

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

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

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

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

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

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

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

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