#D19FAE

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

Shades of Kobi #D19FAE

Tints of Kobi #D19FAE

Color information

#D19FAE (or 0xD19FAE) is unknown color: approx Kobi. HEX triplet: D1, 9F and AE. RGB value is (209,159,174). Sum of RGB (Red+Green+Blue) = 209+159+174=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19FAE is #2E6051. Grayscale: #AFAFAF. Windows color (decimal): -3039314 or 11444177. OLE color: 11444177.

HSL color Cylindrical-coordinate representation of color #D19FAE: hue angle of 342º 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 #D19FAE is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209159174-
CMYK00.240.170.18
HSL342º35.21%72.16%-
HSV(B)342º23.92%81.96%-
XYZ46.3341.4145.59-
YUV175.66127.06151.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=38.56%
G=29.34%
B=32.10%

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
Decimal20915917400.240.170.1834235.2172.16
HexD19FAE01811121562348
Octal321237256030212252643110
Binary11010001100111111010111001100010001100101010101101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FAE; }

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

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

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

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

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

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

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

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