#CED7EC

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

Shades of Hawkes Blue #CED7EC

Tints of Hawkes Blue #CED7EC

Color information

#CED7EC (or 0xCED7EC) is unknown color: approx Hawkes Blue. HEX triplet: CE, D7 and EC. RGB value is (206,215,236). Sum of RGB (Red+Green+Blue) = 206+215+236=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #CED7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7EC is #312813. Grayscale: #D6D6D6. Windows color (decimal): -3221524 or 15521742. OLE color: 15521742.

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

Color convert

RGB206215236-
CMYK0.130.0900.07
HSL222º44.12%86.67%-
HSV(B)222º12.71%92.55%-
XYZ64.8967.7889.02-
YUV214.7140.02121.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 215 (84.38% from 255) = 32.72%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=31.35%
G=32.72%
B=35.92%

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
Decimal2062152360.130.0900.0722244.1286.67
HexCED7ECD907de2c57
Octal31632735415110733654127
Binary110011101101011111101100110110010111110111101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7EC; }

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

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

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

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

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

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

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

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