#CED3E5

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

Shades of Hawkes Blue #CED3E5

Tints of Hawkes Blue #CED3E5

Color information

#CED3E5 (or 0xCED3E5) is unknown color: approx Hawkes Blue. HEX triplet: CE, D3 and E5. RGB value is (206,211,229). Sum of RGB (Red+Green+Blue) = 206+211+229=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 211 (82.81% from 255 or 32.66% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 229 - color contains mainly: blue. Hex color #CED3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3E5 is #312C1A. Grayscale: #D3D3D3. Windows color (decimal): -3222555 or 15061966. OLE color: 15061966.

HSL color Cylindrical-coordinate representation of color #CED3E5: hue angle of 226.96º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED3E5 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206211229-
CMYK0.100.0800.10
HSL226.96º30.67%85.29%-
HSV(B)226.96º10.04%89.8%-
XYZ62.8965.3783.43-
YUV211.56137.84124.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.89%
GREEN value IS 211 (82.81% from 255) = 32.66%
BLUE value IS 229 (89.84% from 255) = 35.45%
R=31.89%
G=32.66%
B=35.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062112290.100.0800.10226.9630.6785.29
HexCED3E5A80Ae31f55
Octal316323345121001234337125
Binary110011101101001111100101101010000101011100011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3E5; }

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

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

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

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

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

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

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

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