#CEDAEE

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

Shades of Hawkes Blue #CEDAEE

Tints of Hawkes Blue #CEDAEE

Color information

#CEDAEE (or 0xCEDAEE) is unknown color: approx Hawkes Blue. HEX triplet: CE, DA and EE. RGB value is (206,218,238). Sum of RGB (Red+Green+Blue) = 206+218+238=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAEE is #312511. Grayscale: #D8D8D8. Windows color (decimal): -3220754 or 15653582. OLE color: 15653582.

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

Color convert

RGB206218238-
CMYK0.130.0800.07
HSL217.5º48.48%87.06%-
HSV(B)217.5º13.45%93.33%-
XYZ65.9669.4490.82-
YUV216.69140.02120.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=31.12%
G=32.93%
B=35.95%

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
Decimal2062182380.130.0800.07217.548.4887.06
HexCEDAEED807da3057
Octal31633235615100733260127
Binary110011101101101011101110110110000111110110101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDAEE; }

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

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

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

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

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

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

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

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