#CED3F2

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

Shades of Hawkes Blue #CED3F2

Tints of Hawkes Blue #CED3F2

Color information

#CED3F2 (or 0xCED3F2) is unknown color: approx Hawkes Blue. HEX triplet: CE, D3 and F2. RGB value is (206,211,242). Sum of RGB (Red+Green+Blue) = 206+211+242=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #CED3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3F2 is #312C0D. Grayscale: #D4D4D4. Windows color (decimal): -3222542 or 15913934. OLE color: 15913934.

HSL color Cylindrical-coordinate representation of color #CED3F2: hue angle of 231.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED3F2 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206211242-
CMYK0.150.1300.05
HSL231.67º58.06%87.84%-
HSV(B)231.67º14.88%94.9%-
XYZ64.7766.1293.35-
YUV213.04144.34122.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 211 (82.81% from 255) = 32.02%
BLUE value IS 242 (94.92% from 255) = 36.72%
R=31.26%
G=32.02%
B=36.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062112420.150.1300.05231.6758.0687.84
HexCED3F2FD05e83a58
Octal31632336217150535072130
Binary110011101101001111110010111111010101111010001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3F2; }

 p { color: rgb(206,211,242); }

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

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

 a { background-color: rgb(206,211,242); }

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

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

 span { border-color: rgb(206,211,242); }

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