#CFDCF5

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

Shades of Hawkes Blue #CFDCF5

Tints of Hawkes Blue #CFDCF5

Color information

#CFDCF5 (or 0xCFDCF5) is unknown color: approx Hawkes Blue. HEX triplet: CF, DC and F5. RGB value is (207,220,245). Sum of RGB (Red+Green+Blue) = 207+220+245=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCF5 is #30230A. Grayscale: #DADADA. Windows color (decimal): -3154699 or 16112847. OLE color: 16112847.

HSL color Cylindrical-coordinate representation of color #CFDCF5: hue angle of 219.47º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDCF5 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207220245-
CMYK0.160.1000.04
HSL219.47º65.52%88.63%-
HSV(B)219.47º15.51%96.08%-
XYZ67.8171.0496.53-
YUV218.96142.69119.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.80%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 245 (96.09% from 255) = 36.46%
R=30.80%
G=32.74%
B=36.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072202450.160.1000.04219.4765.5288.63
HexCFDCF510A04db4259
Octal317334365201204333102131
Binary11001111110111001111010110000101001001101101110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCF5; }

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

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

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

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

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

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

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

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