#CEDAE8

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

Shades of Hawkes Blue #CEDAE8

Tints of Hawkes Blue #CEDAE8

Color information

#CEDAE8 (or 0xCEDAE8) is unknown color: approx Hawkes Blue. HEX triplet: CE, DA and E8. RGB value is (206,218,232). Sum of RGB (Red+Green+Blue) = 206+218+232=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAE8 is #312517. Grayscale: #D7D7D7. Windows color (decimal): -3220760 or 15260366. OLE color: 15260366.

HSL color Cylindrical-coordinate representation of color #CEDAE8: hue angle of 212.31º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDAE8 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206218232-
CMYK0.110.0600.09
HSL212.31º36.11%85.88%-
HSV(B)212.31º11.21%90.98%-
XYZ65.0969.0986.25-
YUV216.01137.02120.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 232 (91.02% from 255) = 35.37%
R=31.40%
G=33.23%
B=35.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062182320.110.0600.09212.3136.1185.88
HexCEDAE8B609d42456
Octal31633235013601132444126
Binary110011101101101011101000101111001001110101001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDAE8; }

 p { color: rgb(206,218,232); }

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

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

 a { background-color: rgb(206,218,232); }

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

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

 span { border-color: rgb(206,218,232); }

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