#CFDCB5

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

Shades of Harp #CFDCB5

Tints of Harp #CFDCB5

Color information

#CFDCB5 (or 0xCFDCB5) is unknown color: approx Harp. HEX triplet: CF, DC and B5. RGB value is (207,220,181). Sum of RGB (Red+Green+Blue) = 207+220+181=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCB5 is #30234A. Grayscale: #D3D3D3. Windows color (decimal): -3154763 or 11918543. OLE color: 11918543.

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

Color convert

RGB207220181-
CMYK0.0600.180.14
HSL80º35.78%78.63%-
HSV(B)80º17.73%86.27%-
XYZ59.6767.7953.66-
YUV211.67110.69124.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 181 (71.09% from 255) = 29.77%
R=34.05%
G=36.18%
B=29.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201810.0600.180.148035.7878.63
HexCFDCB56012E50244f
Octal31733426560221612044117
Binary110011111101110010110101110010010111010100001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCB5; }

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

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

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

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

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

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

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

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