Html Css Color HEX #D08DAB Kobi

📋 copy color: '#D08DAB'

red 208 ◦ green 141 ◦ blue 171

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

Shades of Kobi #D08DAB

Tints of Kobi #D08DAB

RGB

 RED value IS 208 (81.64% from 255) = 40%

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

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

R = 40%
G = 27.12%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D08DAB (or 0xD08DAB) is known color: Kobi. HEX triplet: D0, 8D and AB. RGB value is (208,141,171). Sum of RGB (Red+Green+Blue) = 208+141+171=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08DAB is #2F7254. Grayscale: #A4A4A4. Windows color (decimal): -3109461 or 11242960. OLE color: 11242960.

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

Color convert

RGB 208 141 171 -
CMYK 0 0.32 0.18 0.18
HSL 333.13º 0.42% 0.68% -
HSV(B) 333.13º 0.32% 0.82% -
XYZ 42.89 35.4 43.1 -
YUV 164.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 208 141 171 0 0.32 0.18 0.18 333.13 0.42 0.68
Hex D0 8D AB 0 20 12 12 14D 2A 44
Octal 320 215 253 0 40 22 22 515 52 104
Binary 11010000 10001101 10101011 0 100000 10010 10010 101001101 101010 1000100

Color Harmonies of #D08DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DAB

Black with #D08DAB

Text Example


Text Example

White with #D08DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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