#CFDAB7

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

Shades of Harp #CFDAB7

Tints of Harp #CFDAB7

Color information

#CFDAB7 (or 0xCFDAB7) is unknown color: approx Harp. HEX triplet: CF, DA and B7. RGB value is (207,218,183). Sum of RGB (Red+Green+Blue) = 207+218+183=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAB7 is #302548. Grayscale: #D2D2D2. Windows color (decimal): -3155273 or 12049103. OLE color: 12049103.

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

Color convert

RGB207218183-
CMYK0.0500.160.15
HSL78.86º32.11%78.63%-
HSV(B)78.86º16.06%85.49%-
XYZ59.3566.8354.57-
YUV210.72112.36125.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 183 (71.88% from 255) = 30.10%
R=34.05%
G=35.86%
B=30.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181830.0500.160.1578.8632.1178.63
HexCFDAB75010F4f204f
Octal31733226750201711740117
Binary110011111101101010110111101010000111110011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAB7; }

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

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

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

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

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

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

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

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