#CED5E4

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

Shades of Hawkes Blue #CED5E4

Tints of Hawkes Blue #CED5E4

Color information

#CED5E4 (or 0xCED5E4) is unknown color: approx Hawkes Blue. HEX triplet: CE, D5 and E4. RGB value is (206,213,228). Sum of RGB (Red+Green+Blue) = 206+213+228=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #CED5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5E4 is #312A1B. Grayscale: #D4D4D4. Windows color (decimal): -3222044 or 14996942. OLE color: 14996942.

HSL color Cylindrical-coordinate representation of color #CED5E4: hue angle of 220.91º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED5E4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206213228-
CMYK0.100.0700.11
HSL220.91º28.95%85.1%-
HSV(B)220.91º9.65%89.41%-
XYZ63.2566.3182.86-
YUV212.62136.68123.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 213 (83.59% from 255) = 32.92%
BLUE value IS 228 (89.45% from 255) = 35.24%
R=31.84%
G=32.92%
B=35.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062132280.100.0700.11220.9128.9585.1
HexCED5E4A70Bdd1d55
Octal31632534412701333535125
Binary11001110110101011110010010101110101111011101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5E4; }

 p { color: rgb(206,213,228); }

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

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

 a { background-color: rgb(206,213,228); }

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

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

 span { border-color: rgb(206,213,228); }

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