#CEDBFE

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

Shades of Hawkes Blue #CEDBFE

Tints of Hawkes Blue #CEDBFE

Color information

#CEDBFE (or 0xCEDBFE) is unknown color: approx Hawkes Blue. HEX triplet: CE, DB and FE. RGB value is (206,219,254). Sum of RGB (Red+Green+Blue) = 206+219+254=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBFE is #312401. Grayscale: #DADADA. Windows color (decimal): -3220482 or 16702414. OLE color: 16702414.

HSL color Cylindrical-coordinate representation of color #CEDBFE: hue angle of 223.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDBFE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206219254-
CMYK0.190.1400.00
HSL223.75º96%90.2%-
HSV(B)223.75º18.9%99.61%-
XYZ68.6770.94103.84-
YUV219.1147.69118.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.34%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=30.34%
G=32.25%
B=37.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062192540.190.1400.00223.759690.2
HexCEDBFE13E00e0605a
Octal316333376231600340140132
Binary110011101101101111111110100111110001110000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBFE; }

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

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

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

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

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

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

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

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