#CEDAE7

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

Shades of Hawkes Blue #CEDAE7

Tints of Hawkes Blue #CEDAE7

Color information

#CEDAE7 (or 0xCEDAE7) is unknown color: approx Hawkes Blue. HEX triplet: CE, DA and E7. RGB value is (206,218,231). Sum of RGB (Red+Green+Blue) = 206+218+231=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAE7 is #312518. Grayscale: #D7D7D7. Windows color (decimal): -3220761 or 15194830. OLE color: 15194830.

HSL color Cylindrical-coordinate representation of color #CEDAE7: hue angle of 211.2º degrees, saturation: 0.34, 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 #CEDAE7 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206218231-
CMYK0.110.0600.09
HSL211.2º34.25%85.69%-
HSV(B)211.2º10.82%90.59%-
XYZ64.9569.0385.5-
YUV215.89136.52120.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 231 (90.62% from 255) = 35.27%
R=31.45%
G=33.28%
B=35.27%

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
Decimal2062182310.110.0600.09211.234.2585.69
HexCEDAE7B609d32256
Octal31633234713601132342126
Binary110011101101101011100111101111001001110100111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDAE7; }

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

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

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

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

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

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

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

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