Html Css Color HEX #D18DAB Kobi

📋 copy color: '#D18DAB'

red 209 ◦ green 141 ◦ blue 171

#D18DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D18DAB

Tints of Kobi #D18DAB

RGB

 RED value IS 209 (82.03% from 255) = 40.12%

 GREEN value IS 141 (55.47% from 255) = 27.06%

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 40.12%
G = 27.06%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D18DAB (or 0xD18DAB) is known color: Kobi. HEX triplet: D1, 8D and AB. RGB value is (209,141,171). Sum of RGB (Red+Green+Blue) = 209+141+171=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18DAB is #2E7254. Grayscale: #A4A4A4. Windows color (decimal): -3043925 or 11242961. OLE color: 11242961.

HSL color Cylindrical-coordinate representation of color #D18DAB: hue angle of 333.53º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18DAB is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 141 171 -
CMYK 0 0.33 0.18 0.18
HSL 333.53º 0.43% 0.69% -
HSV(B) 333.53º 0.33% 0.82% -
XYZ 43.17 35.55 43.11 -
YUV 164.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 209 141 171 0 0.33 0.18 0.18 333.53 0.43 0.69
Hex D1 8D AB 0 21 12 12 14E 2A 45
Octal 321 215 253 0 41 22 22 516 52 105
Binary 11010001 10001101 10101011 0 100001 10010 10010 101001110 101010 1000101

Color Harmonies of #D18DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18DAB

Black with #D18DAB

Text Example


Text Example

White with #D18DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18DAB; }

 p { color: rgb(209,141,171); }

 H1.HeaderClassName
 {
   color: #D18DAB;
 }
 .AnyTagClassName
 {
   color: #D18DAB;
 }
</style>

background-color css

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

 a { background-color: rgb(209,141,171); }

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

border-color css

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

 span { border-color: rgb(209,141,171); }

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