#CED8EB

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

Shades of Hawkes Blue #CED8EB

Tints of Hawkes Blue #CED8EB

Color information

#CED8EB (or 0xCED8EB) is unknown color: approx Hawkes Blue. HEX triplet: CE, D8 and EB. RGB value is (206,216,235). Sum of RGB (Red+Green+Blue) = 206+216+235=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #CED8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8EB is #312714. Grayscale: #D7D7D7. Windows color (decimal): -3221269 or 15456462. OLE color: 15456462.

HSL color Cylindrical-coordinate representation of color #CED8EB: hue angle of 219.31º 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 #CED8EB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206216235-
CMYK0.120.0800.08
HSL219.31º42.03%86.47%-
HSV(B)219.31º12.34%92.16%-
XYZ6568.2388.34-
YUV215.18139.19121.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=31.35%
G=32.88%
B=35.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062162350.120.0800.08219.3142.0386.47
HexCED8EBC808db2a56
Octal316330353141001033352126
Binary1100111011011000111010111100100001000110110111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8EB; }

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

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

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

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

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

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

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

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