#CEDDF1

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

Shades of Hawkes Blue #CEDDF1

Tints of Hawkes Blue #CEDDF1

Color information

#CEDDF1 (or 0xCEDDF1) is unknown color: approx Hawkes Blue. HEX triplet: CE, DD and F1. RGB value is (206,221,241). Sum of RGB (Red+Green+Blue) = 206+221+241=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF1 is #31220E. Grayscale: #DADADA. Windows color (decimal): -3219983 or 15850958. OLE color: 15850958.

HSL color Cylindrical-coordinate representation of color #CEDDF1: hue angle of 214.29º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDDF1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206221241-
CMYK0.150.0800.05
HSL214.29º55.56%87.65%-
HSV(B)214.29º14.52%94.51%-
XYZ67.1971.1993.42-
YUV218.8140.53118.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=30.84%
G=33.08%
B=36.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062212410.150.0800.05214.2955.5687.65
HexCEDDF1F805d63858
Octal31633536117100532670130
Binary110011101101110111110001111110000101110101101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDF1; }

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

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

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

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

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

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

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

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