#CED8F0

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

Shades of Hawkes Blue #CED8F0

Tints of Hawkes Blue #CED8F0

Color information

#CED8F0 (or 0xCED8F0) is unknown color: approx Hawkes Blue. HEX triplet: CE, D8 and F0. RGB value is (206,216,240). Sum of RGB (Red+Green+Blue) = 206+216+240=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8F0 is #31270F. Grayscale: #D7D7D7. Windows color (decimal): -3221264 or 15784142. OLE color: 15784142.

HSL color Cylindrical-coordinate representation of color #CED8F0: hue angle of 222.35º 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 #CED8F0 is Cyan = 0.14, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206216240-
CMYK0.140.100.06
HSL222.35º53.12%87.45%-
HSV(B)222.35º14.17%94.12%-
XYZ65.7468.5292.2-
YUV215.75141.69121.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 216 (84.77% from 255) = 32.63%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=31.12%
G=32.63%
B=36.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062162400.140.100.06222.3553.1287.45
HexCED8F0EA06de3557
Octal31633036016120633665127
Binary110011101101100011110000111010100110110111101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8F0; }

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

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

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

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

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

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

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

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