#CEDBEC

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

Shades of Hawkes Blue #CEDBEC

Tints of Hawkes Blue #CEDBEC

Color information

#CEDBEC (or 0xCEDBEC) is unknown color: approx Hawkes Blue. HEX triplet: CE, DB and EC. RGB value is (206,219,236). Sum of RGB (Red+Green+Blue) = 206+219+236=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBEC is #312413. Grayscale: #D8D8D8. Windows color (decimal): -3220500 or 15522766. OLE color: 15522766.

HSL color Cylindrical-coordinate representation of color #CEDBEC: hue angle of 214º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEDBEC is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206219236-
CMYK0.130.0700.07
HSL214º44.12%86.67%-
HSV(B)214º12.71%92.55%-
XYZ65.9369.8489.36-
YUV217.05138.69120.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=31.16%
G=33.13%
B=35.70%

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
Decimal2062192360.130.0700.0721444.1286.67
HexCEDBECD707d62c57
Octal3163333541570732654127
Binary11001110110110111110110011011110111110101101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBEC; }

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

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

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

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

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

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

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

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