#CED9F0

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

Shades of Hawkes Blue #CED9F0

Tints of Hawkes Blue #CED9F0

Color information

#CED9F0 (or 0xCED9F0) is unknown color: approx Hawkes Blue. HEX triplet: CE, D9 and F0. RGB value is (206,217,240). Sum of RGB (Red+Green+Blue) = 206+217+240=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9F0 is #31260F. Grayscale: #D8D8D8. Windows color (decimal): -3221008 or 15784398. OLE color: 15784398.

HSL color Cylindrical-coordinate representation of color #CED9F0: hue angle of 220.59º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED9F0 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206217240-
CMYK0.140.1000.06
HSL220.59º53.12%87.45%-
HSV(B)220.59º14.17%94.12%-
XYZ65.9969.0492.29-
YUV216.33141.36120.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 217 (85.16% from 255) = 32.73%
BLUE value IS 240 (94.14% from 255) = 36.20%
R=31.07%
G=32.73%
B=36.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062172400.140.1000.06220.5953.1287.45
HexCED9F0EA06dd3557
Octal31633136016120633565127
Binary110011101101100111110000111010100110110111011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9F0; }

 p { color: rgb(206,217,240); }

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

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

 a { background-color: rgb(206,217,240); }

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

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

 span { border-color: rgb(206,217,240); }

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