#CFDDEC

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

Shades of Hawkes Blue #CFDDEC

Tints of Hawkes Blue #CFDDEC

Color information

#CFDDEC (or 0xCFDDEC) is unknown color: approx Hawkes Blue. HEX triplet: CF, DD and EC. RGB value is (207,221,236). Sum of RGB (Red+Green+Blue) = 207+221+236=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDEC is #302213. Grayscale: #DADADA. Windows color (decimal): -3154452 or 15523279. OLE color: 15523279.

HSL color Cylindrical-coordinate representation of color #CFDDEC: hue angle of 211.03º 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 #CFDDEC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207221236-
CMYK0.120.0600.07
HSL211.03º43.28%86.86%-
HSV(B)211.03º12.29%92.55%-
XYZ66.7371.0389.55-
YUV218.52137.86119.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.17%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=31.17%
G=33.28%
B=35.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072212360.120.0600.07211.0343.2886.86
HexCFDDECC607d32b57
Octal3173353541460732353127
Binary11001111110111011110110011001100111110100111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDEC; }

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

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

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

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

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

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

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

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