Html Css Color HEX #D08EAB Kobi

📋 copy color: '#D08EAB'

red 208 ◦ green 142 ◦ blue 171

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

Shades of Kobi #D08EAB

Tints of Kobi #D08EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.26%

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

R = 39.92%
G = 27.26%
B = 32.82%

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

#D08EAB (or 0xD08EAB) is known color: Kobi. HEX triplet: D0, 8E and AB. RGB value is (208,142,171). Sum of RGB (Red+Green+Blue) = 208+142+171=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EAB is #2F7154. Grayscale: #A4A4A4. Windows color (decimal): -3109205 or 11243216. OLE color: 11243216.

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

Color convert

RGB 208 142 171 -
CMYK 0 0.32 0.18 0.18
HSL 333.64º 0.41% 0.69% -
HSV(B) 333.64º 0.32% 0.82% -
XYZ 43.04 35.7 43.15 -
YUV 165.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 208 142 171 0 0.32 0.18 0.18 333.64 0.41 0.69
Hex D0 8E AB 0 20 12 12 14E 29 45
Octal 320 216 253 0 40 22 22 516 51 105
Binary 11010000 10001110 10101011 0 100000 10010 10010 101001110 101001 1000101

Color Harmonies of #D08EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EAB

Black with #D08EAB

Text Example


Text Example

White with #D08EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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