#CEDCF0

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

Shades of Hawkes Blue #CEDCF0

Tints of Hawkes Blue #CEDCF0

Color information

#CEDCF0 (or 0xCEDCF0) is unknown color: approx Hawkes Blue. HEX triplet: CE, DC and F0. RGB value is (206,220,240). Sum of RGB (Red+Green+Blue) = 206+220+240=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEDCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF0 is #31230F. Grayscale: #D9D9D9. Windows color (decimal): -3220240 or 15785166. OLE color: 15785166.

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

Color convert

RGB206220240-
CMYK0.140.0800.06
HSL215.29º53.12%87.45%-
HSV(B)215.29º14.17%94.12%-
XYZ66.7770.692.55-
YUV218.09140.36119.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=30.93%
G=33.03%
B=36.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062202400.140.0800.06215.2953.1287.45
HexCEDCF0E806d73557
Octal31633436016100632765127
Binary110011101101110011110000111010000110110101111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCF0; }

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

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

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

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

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

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

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

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