#CFDAB5

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

Shades of Harp #CFDAB5

Tints of Harp #CFDAB5

Color information

#CFDAB5 (or 0xCFDAB5) is unknown color: approx Harp. HEX triplet: CF, DA and B5. RGB value is (207,218,181). Sum of RGB (Red+Green+Blue) = 207+218+181=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAB5 is #30254A. Grayscale: #D2D2D2. Windows color (decimal): -3155275 or 11918031. OLE color: 11918031.

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

Color convert

RGB207218181-
CMYK0.0500.170.15
HSL77.84º33.33%78.24%-
HSV(B)77.84º16.97%85.49%-
XYZ59.1466.7453.48-
YUV210.49111.36125.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=34.16%
G=35.97%
B=29.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181810.0500.170.1577.8433.3378.24
HexCFDAB55011F4e214e
Octal31733226550211711641116
Binary110011111101101010110101101010001111110011101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAB5; }

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

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

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

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

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

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

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

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