#CED4EB

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

Shades of Hawkes Blue #CED4EB

Tints of Hawkes Blue #CED4EB

Color information

#CED4EB (or 0xCED4EB) is unknown color: approx Hawkes Blue. HEX triplet: CE, D4 and EB. RGB value is (206,212,235). Sum of RGB (Red+Green+Blue) = 206+212+235=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #CED4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4EB is #312B14. Grayscale: #D4D4D4. Windows color (decimal): -3222293 or 15455438. OLE color: 15455438.

HSL color Cylindrical-coordinate representation of color #CED4EB: hue angle of 227.59º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED4EB is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206212235-
CMYK0.120.1000.08
HSL227.59º42.03%86.47%-
HSV(B)227.59º12.34%92.16%-
XYZ63.9966.2188-
YUV212.83140.51123.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 212 (83.20% from 255) = 32.47%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=31.55%
G=32.47%
B=35.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062122350.120.1000.08227.5942.0386.47
HexCED4EBCA08e42a56
Octal316324353141201034452126
Binary1100111011010100111010111100101001000111001001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4EB; }

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

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

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

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

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

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

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

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