#CED9EC

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

Shades of Hawkes Blue #CED9EC

Tints of Hawkes Blue #CED9EC

Color information

#CED9EC (or 0xCED9EC) is unknown color: approx Hawkes Blue. HEX triplet: CE, D9 and EC. RGB value is (206,217,236). Sum of RGB (Red+Green+Blue) = 206+217+236=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 217 (85.16% from 255 or 32.93% 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 #CED9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9EC is #312613. Grayscale: #D7D7D7. Windows color (decimal): -3221012 or 15522254. OLE color: 15522254.

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

Color convert

RGB206217236-
CMYK0.130.0800.07
HSL218º44.12%86.67%-
HSV(B)218º12.71%92.55%-
XYZ65.4168.889.19-
YUV215.88139.36120.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=31.26%
G=32.93%
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
Decimal2062172360.130.0800.0721844.1286.67
HexCED9ECD807da2c57
Octal31633135415100733254127
Binary110011101101100111101100110110000111110110101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9EC; }

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

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

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

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

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

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

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

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