#CEDDF9

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

Shades of Hawkes Blue #CEDDF9

Tints of Hawkes Blue #CEDDF9

Color information

#CEDDF9 (or 0xCEDDF9) is unknown color: approx Hawkes Blue. HEX triplet: CE, DD and F9. RGB value is (206,221,249). Sum of RGB (Red+Green+Blue) = 206+221+249=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF9 is #312206. Grayscale: #DBDBDB. Windows color (decimal): -3219975 or 16375246. OLE color: 16375246.

HSL color Cylindrical-coordinate representation of color #CEDDF9: hue angle of 219.07º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDDF9 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206221249-
CMYK0.170.1100.02
HSL219.07º78.18%89.22%-
HSV(B)219.07º17.27%97.65%-
XYZ68.4171.6799.85-
YUV219.71144.53118.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.47%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 249 (97.66% from 255) = 36.83%
R=30.47%
G=32.69%
B=36.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062212490.170.1100.02219.0778.1889.22
HexCEDDF911B02db4e59
Octal316335371211302333116131
Binary1100111011011101111110011000110110101101101110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDF9; }

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

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

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

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

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

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

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

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