#CED4ED

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

Shades of Hawkes Blue #CED4ED

Tints of Hawkes Blue #CED4ED

Color information

#CED4ED (or 0xCED4ED) is unknown color: approx Hawkes Blue. HEX triplet: CE, D4 and ED. RGB value is (206,212,237). Sum of RGB (Red+Green+Blue) = 206+212+237=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #CED4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4ED is #312B12. Grayscale: #D4D4D4. Windows color (decimal): -3222291 or 15586510. OLE color: 15586510.

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

Color convert

RGB206212237-
CMYK0.130.1100.07
HSL228.39º46.27%86.86%-
HSV(B)228.39º13.08%92.94%-
XYZ64.2866.3289.53-
YUV213.06141.51122.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 212 (83.20% from 255) = 32.37%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=31.45%
G=32.37%
B=36.18%

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
Decimal2062122370.130.1100.07228.3946.2786.86
HexCED4EDDB07e42e57
Octal31632435515130734456127
Binary110011101101010011101101110110110111111001001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4ED; }

 p { color: rgb(206,212,237); }

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

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

 a { background-color: rgb(206,212,237); }

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

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

 span { border-color: rgb(206,212,237); }

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