#CFDAB2

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

Shades of Harp #CFDAB2

Tints of Harp #CFDAB2

Color information

#CFDAB2 (or 0xCFDAB2) is unknown color: approx Harp. HEX triplet: CF, DA and B2. RGB value is (207,218,178). Sum of RGB (Red+Green+Blue) = 207+218+178=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAB2 is #30254D. Grayscale: #D2D2D2. Windows color (decimal): -3155278 or 11721423. OLE color: 11721423.

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

Color convert

RGB207218178-
CMYK0.0500.180.15
HSL76.5º35.09%77.65%-
HSV(B)76.5º18.35%85.49%-
XYZ58.8466.6251.88-
YUV210.15109.86125.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 178 (69.92% from 255) = 29.52%
R=34.33%
G=36.15%
B=29.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181780.0500.180.1576.535.0977.65
HexCFDAB25012F4c234e
Octal31733226250221711443116
Binary110011111101101010110010101010010111110011001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAB2; }

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

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

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

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

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

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

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

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