#CFDCF6

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

Shades of Hawkes Blue #CFDCF6

Tints of Hawkes Blue #CFDCF6

Color information

#CFDCF6 (or 0xCFDCF6) is unknown color: approx Hawkes Blue. HEX triplet: CF, DC and F6. RGB value is (207,220,246). Sum of RGB (Red+Green+Blue) = 207+220+246=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFDCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCF6 is #302309. Grayscale: #DADADA. Windows color (decimal): -3154698 or 16178383. OLE color: 16178383.

HSL color Cylindrical-coordinate representation of color #CFDCF6: hue angle of 220º degrees, saturation: 0.68, 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 #CFDCF6 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207220246-
CMYK0.160.1100.04
HSL220º68.42%88.82%-
HSV(B)220º15.85%96.47%-
XYZ67.9671.1197.33-
YUV219.08143.19119.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.76%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=30.76%
G=32.69%
B=36.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072202460.160.1100.0422068.4288.82
HexCFDCF610B04dc4459
Octal317334366201304334104131
Binary11001111110111001111011010000101101001101110010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCF6; }

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

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

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

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

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

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

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

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