#CFDAB0

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

Shades of Harp #CFDAB0

Tints of Harp #CFDAB0

Color information

#CFDAB0 (or 0xCFDAB0) is unknown color: approx Harp. HEX triplet: CF, DA and B0. RGB value is (207,218,176). Sum of RGB (Red+Green+Blue) = 207+218+176=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAB0 is #30254F. Grayscale: #D2D2D2. Windows color (decimal): -3155280 or 11590351. OLE color: 11590351.

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

Color convert

RGB207218176-
CMYK0.0500.190.15
HSL75.71º36.21%77.25%-
HSV(B)75.71º19.27%85.49%-
XYZ58.6466.5450.83-
YUV209.92108.86125.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 176 (69.14% from 255) = 29.28%
R=34.44%
G=36.27%
B=29.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181760.0500.190.1575.7136.2177.25
HexCFDAB05013F4c244d
Octal31733226050231711444115
Binary110011111101101010110000101010011111110011001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAB0; }

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

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

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

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

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

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

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

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