#CDDBEC

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

Shades of Hawkes Blue #CDDBEC

Tints of Hawkes Blue #CDDBEC

Color information

#CDDBEC (or 0xCDDBEC) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and EC. RGB value is (205,219,236). Sum of RGB (Red+Green+Blue) = 205+219+236=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBEC is #322413. Grayscale: #D8D8D8. Windows color (decimal): -3286036 or 15522765. OLE color: 15522765.

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

Color convert

RGB205219236-
CMYK0.130.0700.07
HSL212.9º44.93%86.47%-
HSV(B)212.9º13.14%92.55%-
XYZ65.6569.789.35-
YUV216.75138.86119.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 219 (85.94% from 255) = 33.18%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=31.06%
G=33.18%
B=35.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052192360.130.0700.07212.944.9386.47
HexCDDBECD707d52d56
Octal3153333541570732555126
Binary11001101110110111110110011011110111110101011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBEC; }

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

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

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

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

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

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

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

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