#D19FAD

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

Shades of Kobi #D19FAD

Tints of Kobi #D19FAD

Color information

#D19FAD (or 0xD19FAD) is unknown color: approx Kobi. HEX triplet: D1, 9F and AD. RGB value is (209,159,173). Sum of RGB (Red+Green+Blue) = 209+159+173=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19FAD is #2E6052. Grayscale: #AFAFAF. Windows color (decimal): -3039315 or 11378641. OLE color: 11378641.

HSL color Cylindrical-coordinate representation of color #D19FAD: hue angle of 343.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19FAD is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209159173-
CMYK00.240.170.18
HSL343.2º35.21%72.16%-
HSV(B)343.2º23.92%81.96%-
XYZ46.2441.3745.08-
YUV175.55126.56151.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=38.63%
G=29.39%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915917300.240.170.18343.235.2172.16
HexD19FAD01811121572348
Octal321237255030212252743110
Binary11010001100111111010110101100010001100101010101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FAD; }

 p { color: rgb(209,159,173); }

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

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

 a { background-color: rgb(209,159,173); }

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

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

 span { border-color: rgb(209,159,173); }

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