#CED2E8

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

Shades of Hawkes Blue #CED2E8

Tints of Hawkes Blue #CED2E8

Color information

#CED2E8 (or 0xCED2E8) is unknown color: approx Hawkes Blue. HEX triplet: CE, D2 and E8. RGB value is (206,210,232). Sum of RGB (Red+Green+Blue) = 206+210+232=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #CED2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2E8 is #312D17. Grayscale: #D3D3D3. Windows color (decimal): -3222808 or 15258318. OLE color: 15258318.

HSL color Cylindrical-coordinate representation of color #CED2E8: hue angle of 230.77º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED2E8 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206210232-
CMYK0.110.0900.09
HSL230.77º36.11%85.88%-
HSV(B)230.77º11.21%90.98%-
XYZ63.0765.0485.57-
YUV211.31139.67124.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.79%
GREEN value IS 210 (82.42% from 255) = 32.41%
BLUE value IS 232 (91.02% from 255) = 35.80%
R=31.79%
G=32.41%
B=35.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062102320.110.0900.09230.7736.1185.88
HexCED2E8B909e72456
Octal316322350131101134744126
Binary1100111011010010111010001011100101001111001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2E8; }

 p { color: rgb(206,210,232); }

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

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

 a { background-color: rgb(206,210,232); }

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

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

 span { border-color: rgb(206,210,232); }

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