#D995AB

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

Shades of Kobi #D995AB

Tints of Kobi #D995AB

Color information

#D995AB (or 0xD995AB) is unknown color: approx Kobi. HEX triplet: D9, 95 and AB. RGB value is (217,149,171). Sum of RGB (Red+Green+Blue) = 217+149+171=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D995AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995AB is #266A54. Grayscale: #ABABAB. Windows color (decimal): -2517589 or 11245017. OLE color: 11245017.

HSL color Cylindrical-coordinate representation of color #D995AB: hue angle of 340.59º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995AB is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217149171-
CMYK00.310.210.15
HSL340.59º47.22%71.76%-
HSV(B)340.59º31.34%85.1%-
XYZ46.7139.1943.63-
YUV171.84127.53160.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=40.41%
G=27.75%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714917100.310.210.15340.5947.2271.76
HexD995AB01F15F1552f48
Octal331225253037251752557110
Binary1101100110010101101010110111111010111111010101011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995AB; }

 p { color: rgb(217,149,171); }

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

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

 a { background-color: rgb(217,149,171); }

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

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

 span { border-color: rgb(217,149,171); }

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