#D997AA

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

Shades of Kobi #D997AA

Tints of Kobi #D997AA

Color information

#D997AA (or 0xD997AA) is unknown color: approx Kobi. HEX triplet: D9, 97 and AA. RGB value is (217,151,170). Sum of RGB (Red+Green+Blue) = 217+151+170=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D997AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997AA is #266855. Grayscale: #ACACAC. Windows color (decimal): -2517078 or 11179993. OLE color: 11179993.

HSL color Cylindrical-coordinate representation of color #D997AA: hue angle of 342.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997AA is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217151170-
CMYK00.300.220.15
HSL342.73º46.48%72.16%-
HSV(B)342.73º30.41%85.1%-
XYZ46.9439.7943.24-
YUV172.9126.37159.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=40.33%
G=28.07%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715117000.300.220.15342.7346.4872.16
HexD997AA01E16F1572e48
Octal331227252036261752756110
Binary1101100110010111101010100111101011011111010101111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997AA; }

 p { color: rgb(217,151,170); }

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

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

 a { background-color: rgb(217,151,170); }

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

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

 span { border-color: rgb(217,151,170); }

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