#CFD9BB

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

Shades of Harp #CFD9BB

Tints of Harp #CFD9BB

Color information

#CFD9BB (or 0xCFD9BB) is unknown color: approx Harp. HEX triplet: CF, D9 and BB. RGB value is (207,217,187). Sum of RGB (Red+Green+Blue) = 207+217+187=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9BB is #302644. Grayscale: #D2D2D2. Windows color (decimal): -3155525 or 12310991. OLE color: 12310991.

HSL color Cylindrical-coordinate representation of color #CFD9BB: hue angle of 80º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD9BB is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB207217187-
CMYK0.0500.140.15
HSL80º28.3%79.22%-
HSV(B)80º13.82%85.1%-
XYZ59.5166.4856.71-
YUV210.59114.69125.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=33.88%
G=35.52%
B=30.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171870.0500.140.158028.379.22
HexCFD9BB50EF501c4f
Octal31733127350161712034117
Binary1100111111011001101110111010111011111010000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9BB; }

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

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

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

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

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

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

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

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