#CFDAB4

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

Shades of Harp #CFDAB4

Tints of Harp #CFDAB4

Color information

#CFDAB4 (or 0xCFDAB4) is unknown color: approx Harp. HEX triplet: CF, DA and B4. RGB value is (207,218,180). Sum of RGB (Red+Green+Blue) = 207+218+180=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAB4 is #30254B. Grayscale: #D2D2D2. Windows color (decimal): -3155276 or 11852495. OLE color: 11852495.

HSL color Cylindrical-coordinate representation of color #CFDAB4: hue angle of 77.37º degrees, saturation: 0.34, 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 #CFDAB4 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB207218180-
CMYK0.0500.170.15
HSL77.37º33.93%78.04%-
HSV(B)77.37º17.43%85.49%-
XYZ59.0466.752.94-
YUV210.38110.86125.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=34.21%
G=36.03%
B=29.75%

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
Decimal2072181800.0500.170.1577.3733.9378.04
HexCFDAB45011F4d224e
Octal31733226450211711542116
Binary110011111101101010110100101010001111110011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAB4; }

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

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

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

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

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

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

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

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