#CED3EC

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

Shades of Hawkes Blue #CED3EC

Tints of Hawkes Blue #CED3EC

Color information

#CED3EC (or 0xCED3EC) is unknown color: approx Hawkes Blue. HEX triplet: CE, D3 and EC. RGB value is (206,211,236). Sum of RGB (Red+Green+Blue) = 206+211+236=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #CED3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3EC is #312C13. Grayscale: #D4D4D4. Windows color (decimal): -3222548 or 15520718. OLE color: 15520718.

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

Color convert

RGB206211236-
CMYK0.130.1100.07
HSL230º44.12%86.67%-
HSV(B)230º12.71%92.55%-
XYZ63.8965.7788.68-
YUV212.36141.34123.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 211 (82.81% from 255) = 32.31%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=31.55%
G=32.31%
B=36.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062112360.130.1100.0723044.1286.67
HexCED3ECDB07e62c57
Octal31632335415130734654127
Binary110011101101001111101100110110110111111001101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3EC; }

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

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

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

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

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

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

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

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