#CEDCEC

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

Shades of Hawkes Blue #CEDCEC

Tints of Hawkes Blue #CEDCEC

Color information

#CEDCEC (or 0xCEDCEC) is unknown color: approx Hawkes Blue. HEX triplet: CE, DC and EC. RGB value is (206,220,236). Sum of RGB (Red+Green+Blue) = 206+220+236=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCEC is #312313. Grayscale: #D9D9D9. Windows color (decimal): -3220244 or 15523022. OLE color: 15523022.

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

Color convert

RGB206220236-
CMYK0.130.0700.07
HSL212º44.12%86.67%-
HSV(B)212º12.71%92.55%-
XYZ66.1970.3689.45-
YUV217.64138.36119.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=31.12%
G=33.23%
B=35.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062202360.130.0700.0721244.1286.67
HexCEDCECD707d42c57
Octal3163343541570732454127
Binary11001110110111001110110011011110111110101001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCEC; }

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

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

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

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

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

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

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

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