#CEDDFA

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

Shades of Hawkes Blue #CEDDFA

Tints of Hawkes Blue #CEDDFA

Color information

#CEDDFA (or 0xCEDDFA) is unknown color: approx Hawkes Blue. HEX triplet: CE, DD and FA. RGB value is (206,221,250). Sum of RGB (Red+Green+Blue) = 206+221+250=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDFA is #312205. Grayscale: #DBDBDB. Windows color (decimal): -3219974 or 16440782. OLE color: 16440782.

HSL color Cylindrical-coordinate representation of color #CEDDFA: hue angle of 219.55º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDDFA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206221250-
CMYK0.180.1200.02
HSL219.55º81.48%89.41%-
HSV(B)219.55º17.6%98.04%-
XYZ68.5771.74100.68-
YUV219.82145.03118.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.43%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 250 (98.05% from 255) = 36.93%
R=30.43%
G=32.64%
B=36.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062212500.180.1200.02219.5581.4889.41
HexCEDDFA12C02dc5159
Octal316335372221402334121131
Binary1100111011011101111110101001011000101101110010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDFA; }

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

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

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

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

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

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

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

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