#CEDFFA

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

Shades of Hawkes Blue #CEDFFA

Tints of Hawkes Blue #CEDFFA

Color information

#CEDFFA (or 0xCEDFFA) is unknown color: approx Hawkes Blue. HEX triplet: CE, DF and FA. RGB value is (206,223,250). Sum of RGB (Red+Green+Blue) = 206+223+250=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFFA is #312005. Grayscale: #DCDCDC. Windows color (decimal): -3219462 or 16441294. OLE color: 16441294.

HSL color Cylindrical-coordinate representation of color #CEDFFA: hue angle of 216.82º 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 #CEDFFA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206223250-
CMYK0.180.1100.02
HSL216.82º81.48%89.41%-
HSV(B)216.82º17.6%98.04%-
XYZ69.172.8100.85-
YUV220.99144.37117.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.34%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=30.34%
G=32.84%
B=36.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062232500.180.1100.02216.8281.4889.41
HexCEDFFA12B02d95159
Octal316337372221302331121131
Binary1100111011011111111110101001010110101101100110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFFA; }

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

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

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

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

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

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

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

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