#CEDBF1

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

Shades of Hawkes Blue #CEDBF1

Tints of Hawkes Blue #CEDBF1

Color information

#CEDBF1 (or 0xCEDBF1) is unknown color: approx Hawkes Blue. HEX triplet: CE, DB and F1. RGB value is (206,219,241). Sum of RGB (Red+Green+Blue) = 206+219+241=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBF1 is #31240E. Grayscale: #D9D9D9. Windows color (decimal): -3220495 or 15850446. OLE color: 15850446.

HSL color Cylindrical-coordinate representation of color #CEDBF1: hue angle of 217.71º 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 #CEDBF1 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206219241-
CMYK0.150.0900.05
HSL217.71º55.56%87.65%-
HSV(B)217.71º14.52%94.51%-
XYZ66.6670.1493.24-
YUV217.62141.19119.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 219 (85.94% from 255) = 32.88%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=30.93%
G=32.88%
B=36.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062192410.150.0900.05217.7155.5687.65
HexCEDBF1F905da3858
Octal31633336117110533270130
Binary110011101101101111110001111110010101110110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBF1; }

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

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

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

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

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

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

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

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