#CEDDF5

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

Shades of Hawkes Blue #CEDDF5

Tints of Hawkes Blue #CEDDF5

Color information

#CEDDF5 (or 0xCEDDF5) is unknown color: approx Hawkes Blue. HEX triplet: CE, DD and F5. RGB value is (206,221,245). Sum of RGB (Red+Green+Blue) = 206+221+245=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF5 is #31220A. Grayscale: #DBDBDB. Windows color (decimal): -3219979 or 16113102. OLE color: 16113102.

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

Color convert

RGB206221245-
CMYK0.160.1000.04
HSL216.92º66.1%88.43%-
HSV(B)216.92º15.92%96.08%-
XYZ67.7971.4396.6-
YUV219.25142.53118.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 245 (96.09% from 255) = 36.46%
R=30.65%
G=32.89%
B=36.46%

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
Decimal2062212450.160.1000.04216.9266.188.43
HexCEDDF510A04d94258
Octal316335365201204331102130
Binary11001110110111011111010110000101001001101100110000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDF5; }

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

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

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

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

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

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

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

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