#CFD8EC

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

Shades of Hawkes Blue #CFD8EC

Tints of Hawkes Blue #CFD8EC

Color information

#CFD8EC (or 0xCFD8EC) is unknown color: approx Hawkes Blue. HEX triplet: CF, D8 and EC. RGB value is (207,216,236). Sum of RGB (Red+Green+Blue) = 207+216+236=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8EC is #302713. Grayscale: #D7D7D7. Windows color (decimal): -3155732 or 15521999. OLE color: 15521999.

HSL color Cylindrical-coordinate representation of color #CFD8EC: hue angle of 221.38º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD8EC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207216236-
CMYK0.120.0800.07
HSL221.38º43.28%86.86%-
HSV(B)221.38º12.29%92.55%-
XYZ65.4368.4389.12-
YUV215.59139.52121.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 216 (84.77% from 255) = 32.78%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=31.41%
G=32.78%
B=35.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072162360.120.0800.07221.3843.2886.86
HexCFD8ECC807dd2b57
Octal31733035414100733553127
Binary110011111101100011101100110010000111110111011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD8EC; }

 p { color: rgb(207,216,236); }

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

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

 a { background-color: rgb(207,216,236); }

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

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

 span { border-color: rgb(207,216,236); }

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