#CEDBF4

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

Shades of Hawkes Blue #CEDBF4

Tints of Hawkes Blue #CEDBF4

Color information

#CEDBF4 (or 0xCEDBF4) is unknown color: approx Hawkes Blue. HEX triplet: CE, DB and F4. RGB value is (206,219,244). Sum of RGB (Red+Green+Blue) = 206+219+244=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEDBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBF4 is #31240B. Grayscale: #D9D9D9. Windows color (decimal): -3220492 or 16047054. OLE color: 16047054.

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

Color convert

RGB206219244-
CMYK0.160.1000.04
HSL219.47º63.33%88.24%-
HSV(B)219.47º15.57%95.69%-
XYZ67.1170.3295.62-
YUV217.96142.69119.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 219 (85.94% from 255) = 32.74%
BLUE value IS 244 (95.70% from 255) = 36.47%
R=30.79%
G=32.74%
B=36.47%

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
Decimal2062192440.160.1000.04219.4763.3388.24
HexCEDBF410A04db3f58
Octal31633336420120433377130
Binary1100111011011011111101001000010100100110110111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBF4; }

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

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

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

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

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

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

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

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