#CFDCB0

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

Shades of Harp #CFDCB0

Tints of Harp #CFDCB0

Color information

#CFDCB0 (or 0xCFDCB0) is unknown color: approx Harp. HEX triplet: CF, DC and B0. RGB value is (207,220,176). Sum of RGB (Red+Green+Blue) = 207+220+176=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCB0 is #30234F. Grayscale: #D3D3D3. Windows color (decimal): -3154768 or 11590863. OLE color: 11590863.

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

Color convert

RGB207220176-
CMYK0.0600.20.14
HSL77.73º38.6%77.65%-
HSV(B)77.73º20%86.27%-
XYZ59.1667.5951-
YUV211.1108.19125.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 176 (69.14% from 255) = 29.19%
R=34.33%
G=36.48%
B=29.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201760.0600.20.1477.7338.677.65
HexCFDCB06014E4e274e
Octal31733426060241611647116
Binary110011111101110010110000110010100111010011101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCB0; }

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

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

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

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

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

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

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

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