#CEDFF7

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

Shades of Hawkes Blue #CEDFF7

Tints of Hawkes Blue #CEDFF7

Color information

#CEDFF7 (or 0xCEDFF7) is unknown color: approx Hawkes Blue. HEX triplet: CE, DF and F7. RGB value is (206,223,247). Sum of RGB (Red+Green+Blue) = 206+223+247=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFF7 is #312008. Grayscale: #DCDCDC. Windows color (decimal): -3219465 or 16244686. OLE color: 16244686.

HSL color Cylindrical-coordinate representation of color #CEDFF7: hue angle of 215.12º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDFF7 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206223247-
CMYK0.170.1000.03
HSL215.12º71.93%88.82%-
HSV(B)215.12º16.6%96.86%-
XYZ68.6372.6198.39-
YUV220.65142.87117.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.47%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 247 (96.88% from 255) = 36.54%
R=30.47%
G=32.99%
B=36.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062232470.170.1000.03215.1271.9388.82
HexCEDFF711A03d74859
Octal316337367211203327110131
Binary1100111011011111111101111000110100111101011110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFF7; }

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

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

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

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

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

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

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

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