#CFDCB9

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

Shades of Harp #CFDCB9

Tints of Harp #CFDCB9

Color information

#CFDCB9 (or 0xCFDCB9) is unknown color: approx Harp. HEX triplet: CF, DC and B9. RGB value is (207,220,185). Sum of RGB (Red+Green+Blue) = 207+220+185=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCB9 is #302346. Grayscale: #D4D4D4. Windows color (decimal): -3154759 or 12180687. OLE color: 12180687.

HSL color Cylindrical-coordinate representation of color #CFDCB9: hue angle of 82.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDCB9 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB207220185-
CMYK0.0600.160.14
HSL82.29º33.33%79.41%-
HSV(B)82.29º15.91%86.27%-
XYZ60.0867.9555.85-
YUV212.12112.69124.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 185 (72.66% from 255) = 30.23%
R=33.82%
G=35.95%
B=30.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201850.0600.160.1482.2933.3379.41
HexCFDCB96010E52214f
Octal31733427160201612241117
Binary110011111101110010111001110010000111010100101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCB9; }

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

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

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

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

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

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

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

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