#CFDCB6

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

Shades of Harp #CFDCB6

Tints of Harp #CFDCB6

Color information

#CFDCB6 (or 0xCFDCB6) is unknown color: approx Harp. HEX triplet: CF, DC and B6. RGB value is (207,220,182). Sum of RGB (Red+Green+Blue) = 207+220+182=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCB6 is #302349. Grayscale: #D3D3D3. Windows color (decimal): -3154762 or 11984079. OLE color: 11984079.

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

Color convert

RGB207220182-
CMYK0.0600.170.14
HSL80.53º35.19%78.82%-
HSV(B)80.53º17.27%86.27%-
XYZ59.7767.8354.2-
YUV211.78111.19124.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=33.99%
G=36.12%
B=29.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201820.0600.170.1480.5335.1978.82
HexCFDCB66011E51234f
Octal31733426660211612143117
Binary110011111101110010110110110010001111010100011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCB6; }

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

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

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

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

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

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

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

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