#CEDDF4

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

Shades of Hawkes Blue #CEDDF4

Tints of Hawkes Blue #CEDDF4

Color information

#CEDDF4 (or 0xCEDDF4) is unknown color: approx Hawkes Blue. HEX triplet: CE, DD and F4. RGB value is (206,221,244). Sum of RGB (Red+Green+Blue) = 206+221+244=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF4 is #31220B. Grayscale: #DBDBDB. Windows color (decimal): -3219980 or 16047566. OLE color: 16047566.

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

Color convert

RGB206221244-
CMYK0.160.0900.04
HSL216.32º63.33%88.24%-
HSV(B)216.32º15.57%95.69%-
XYZ67.6471.3795.8-
YUV219.14142.03118.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 244 (95.70% from 255) = 36.36%
R=30.70%
G=32.94%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062212440.160.0900.04216.3263.3388.24
HexCEDDF410904d83f58
Octal31633536420110433077130
Binary1100111011011101111101001000010010100110110001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDF4; }

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

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

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

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

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

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

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

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