#CFDCF0

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

Shades of Hawkes Blue #CFDCF0

Tints of Hawkes Blue #CFDCF0

Color information

#CFDCF0 (or 0xCFDCF0) is unknown color: approx Hawkes Blue. HEX triplet: CF, DC and F0. RGB value is (207,220,240). Sum of RGB (Red+Green+Blue) = 207+220+240=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFDCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCF0 is #30230F. Grayscale: #DADADA. Windows color (decimal): -3154704 or 15785167. OLE color: 15785167.

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

Color convert

RGB207220240-
CMYK0.140.0800.06
HSL216.36º52.38%87.65%-
HSV(B)216.36º13.75%94.12%-
XYZ67.0570.7492.56-
YUV218.39140.19119.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.03%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=31.03%
G=32.98%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072202400.140.0800.06216.3652.3887.65
HexCFDCF0E806d83458
Octal31733436016100633064130
Binary110011111101110011110000111010000110110110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCF0; }

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

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

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

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

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

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

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

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