#CEDCF5

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

Shades of Hawkes Blue #CEDCF5

Tints of Hawkes Blue #CEDCF5

Color information

#CEDCF5 (or 0xCEDCF5) is unknown color: approx Hawkes Blue. HEX triplet: CE, DC and F5. RGB value is (206,220,245). Sum of RGB (Red+Green+Blue) = 206+220+245=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF5 is #31230A. Grayscale: #DADADA. Windows color (decimal): -3220235 or 16112846. OLE color: 16112846.

HSL color Cylindrical-coordinate representation of color #CEDCF5: hue angle of 218.46º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDCF5 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206220245-
CMYK0.160.1000.04
HSL218.46º66.1%88.43%-
HSV(B)218.46º15.92%96.08%-
XYZ67.5370.996.51-
YUV218.66142.86118.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=30.70%
G=32.79%
B=36.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062202450.160.1000.04218.4666.188.43
HexCEDCF510A04da4258
Octal316334365201204332102130
Binary11001110110111001111010110000101001001101101010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCF5; }

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

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

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

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

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

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

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

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