Html Css Color HEX #D89FAB Kobi

📋 copy color: '#D89FAB'

red 216 ◦ green 159 ◦ blue 171

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

Shades of Kobi #D89FAB

Tints of Kobi #D89FAB

RGB

 RED value IS 216 (84.77% from 255) = 39.56%

 GREEN value IS 159 (62.5% from 255) = 29.12%

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

R = 39.56%
G = 29.12%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D89FAB (or 0xD89FAB) is known color: Kobi. HEX triplet: D8, 9F and AB. RGB value is (216,159,171). Sum of RGB (Red+Green+Blue) = 216+159+171=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89FAB is #276054. Grayscale: #B1B1B1. Windows color (decimal): -2580565 or 11247576. OLE color: 11247576.

HSL color Cylindrical-coordinate representation of color #D89FAB: hue angle of 347.37º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FAB is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 159 171 -
CMYK 0 0.26 0.21 0.15
HSL 347.37º 0.42% 0.74% -
HSV(B) 347.37º 0.26% 0.85% -
XYZ 48.07 42.34 44.17 -
YUV 177.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 216 159 171 0 0.26 0.21 0.15 347.37 0.42 0.74
Hex D8 9F AB 0 1A 15 F 15B 2A 4A
Octal 330 237 253 0 32 25 17 533 52 112
Binary 11011000 10011111 10101011 0 11010 10101 1111 101011011 101010 1001010

Color Harmonies of #D89FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89FAB

Black with #D89FAB

Text Example


Text Example

White with #D89FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89FAB; }

 p { color: rgb(216,159,171); }

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

background-color css

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

 a { background-color: rgb(216,159,171); }

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

border-color css

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

 span { border-color: rgb(216,159,171); }

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