#CED8EE

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

Shades of Hawkes Blue #CED8EE

Tints of Hawkes Blue #CED8EE

Color information

#CED8EE (or 0xCED8EE) is unknown color: approx Hawkes Blue. HEX triplet: CE, D8 and EE. RGB value is (206,216,238). Sum of RGB (Red+Green+Blue) = 206+216+238=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #CED8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8EE is #312711. Grayscale: #D7D7D7. Windows color (decimal): -3221266 or 15653070. OLE color: 15653070.

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

Color convert

RGB206216238-
CMYK0.130.0900.07
HSL221.25º48.48%87.06%-
HSV(B)221.25º13.45%93.33%-
XYZ65.4468.4190.64-
YUV215.52140.69121.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.21%
GREEN value IS 216 (84.77% from 255) = 32.73%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=31.21%
G=32.73%
B=36.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062162380.130.0900.07221.2548.4887.06
HexCED8EED907dd3057
Octal31633035615110733560127
Binary110011101101100011101110110110010111110111011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8EE; }

 p { color: rgb(206,216,238); }

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

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

 a { background-color: rgb(206,216,238); }

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

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

 span { border-color: rgb(206,216,238); }

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