#CFD6BB

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

Shades of Harp #CFD6BB

Tints of Harp #CFD6BB

Color information

#CFD6BB (or 0xCFD6BB) is unknown color: approx Harp. HEX triplet: CF, D6 and BB. RGB value is (207,214,187). Sum of RGB (Red+Green+Blue) = 207+214+187=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6BB is #302944. Grayscale: #D0D0D0. Windows color (decimal): -3156293 or 12310223. OLE color: 12310223.

HSL color Cylindrical-coordinate representation of color #CFD6BB: hue angle of 75.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD6BB is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB207214187-
CMYK0.0300.130.16
HSL75.56º24.77%78.63%-
HSV(B)75.56º12.62%83.92%-
XYZ58.7564.9556.45-
YUV208.83115.68126.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=34.05%
G=35.20%
B=30.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141870.0300.130.1675.5624.7778.63
HexCFD6BB30D104c194f
Octal31732627330152011431117
Binary1100111111010110101110111101101100001001100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6BB; }

 p { color: rgb(207,214,187); }

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

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

 a { background-color: rgb(207,214,187); }

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

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

 span { border-color: rgb(207,214,187); }

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