#CEDBF5

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

Shades of Hawkes Blue #CEDBF5

Tints of Hawkes Blue #CEDBF5

Color information

#CEDBF5 (or 0xCEDBF5) is unknown color: approx Hawkes Blue. HEX triplet: CE, DB and F5. RGB value is (206,219,245). Sum of RGB (Red+Green+Blue) = 206+219+245=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEDBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBF5 is #31240A. Grayscale: #D9D9D9. Windows color (decimal): -3220491 or 16112590. OLE color: 16112590.

HSL color Cylindrical-coordinate representation of color #CEDBF5: hue angle of 220º 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 #CEDBF5 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206219245-
CMYK0.160.1100.04
HSL220º66.1%88.43%-
HSV(B)220º15.92%96.08%-
XYZ67.2770.3896.43-
YUV218.08143.19119.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.75%
GREEN value IS 219 (85.94% from 255) = 32.69%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=30.75%
G=32.69%
B=36.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062192450.160.1100.0422066.188.43
HexCEDBF510B04dc4258
Octal316333365201304334102130
Binary11001110110110111111010110000101101001101110010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBF5; }

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

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

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

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

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

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

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

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