#CEDFF6

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

Shades of Hawkes Blue #CEDFF6

Tints of Hawkes Blue #CEDFF6

Color information

#CEDFF6 (or 0xCEDFF6) is unknown color: approx Hawkes Blue. HEX triplet: CE, DF and F6. RGB value is (206,223,246). Sum of RGB (Red+Green+Blue) = 206+223+246=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFF6 is #312009. Grayscale: #DCDCDC. Windows color (decimal): -3219466 or 16179150. OLE color: 16179150.

HSL color Cylindrical-coordinate representation of color #CEDFF6: hue angle of 214.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDFF6 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206223246-
CMYK0.160.0900.04
HSL214.5º68.97%88.63%-
HSV(B)214.5º16.26%96.47%-
XYZ68.4872.5597.58-
YUV220.54142.37117.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 246 (96.48% from 255) = 36.44%
R=30.52%
G=33.04%
B=36.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062232460.160.0900.04214.568.9788.63
HexCEDFF610904d64559
Octal316337366201104326105131
Binary11001110110111111111011010000100101001101011010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFF6; }

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

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

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

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

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

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

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

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