#CFDAF0

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

Shades of Hawkes Blue #CFDAF0

Tints of Hawkes Blue #CFDAF0

Color information

#CFDAF0 (or 0xCFDAF0) is unknown color: approx Hawkes Blue. HEX triplet: CF, DA and F0. RGB value is (207,218,240). Sum of RGB (Red+Green+Blue) = 207+218+240=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAF0 is #30250F. Grayscale: #D9D9D9. Windows color (decimal): -3155216 or 15784655. OLE color: 15784655.

HSL color Cylindrical-coordinate representation of color #CFDAF0: hue angle of 220º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDAF0 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207218240-
CMYK0.140.0900.06
HSL220º52.38%87.65%-
HSV(B)220º13.75%94.12%-
XYZ66.5369.792.38-
YUV217.22140.86120.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.13%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=31.13%
G=32.78%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072182400.140.0900.0622052.3887.65
HexCFDAF0E906dc3458
Octal31733236016110633464130
Binary110011111101101011110000111010010110110111001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAF0; }

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

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

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

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

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

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

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

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