#CFDAEC

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

Shades of Hawkes Blue #CFDAEC

Tints of Hawkes Blue #CFDAEC

Color information

#CFDAEC (or 0xCFDAEC) is unknown color: approx Hawkes Blue. HEX triplet: CF, DA and EC. RGB value is (207,218,236). Sum of RGB (Red+Green+Blue) = 207+218+236=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAEC is #302513. Grayscale: #D8D8D8. Windows color (decimal): -3155220 or 15522511. OLE color: 15522511.

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

Color convert

RGB207218236-
CMYK0.120.0800.07
HSL217.24º43.28%86.86%-
HSV(B)217.24º12.29%92.55%-
XYZ65.9469.4689.29-
YUV216.76138.86121.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=31.32%
G=32.98%
B=35.70%

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
Decimal2072182360.120.0800.07217.2443.2886.86
HexCFDAECC807d92b57
Octal31733235414100733153127
Binary110011111101101011101100110010000111110110011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAEC; }

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

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

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

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

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

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

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

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