#CED2EB

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

Shades of Hawkes Blue #CED2EB

Tints of Hawkes Blue #CED2EB

Color information

#CED2EB (or 0xCED2EB) is unknown color: approx Hawkes Blue. HEX triplet: CE, D2 and EB. RGB value is (206,210,235). Sum of RGB (Red+Green+Blue) = 206+210+235=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #CED2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2EB is #312D14. Grayscale: #D3D3D3. Windows color (decimal): -3222805 or 15454926. OLE color: 15454926.

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

Color convert

RGB206210235-
CMYK0.120.1100.08
HSL231.72º42.03%86.47%-
HSV(B)231.72º12.34%92.16%-
XYZ63.565.2187.84-
YUV211.65141.17123.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.64%
GREEN value IS 210 (82.42% from 255) = 32.26%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=31.64%
G=32.26%
B=36.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062102350.120.1100.08231.7242.0386.47
HexCED2EBCB08e82a56
Octal316322353141301035052126
Binary1100111011010010111010111100101101000111010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2EB; }

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

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

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

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

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

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

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

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