Html Css Color HEX #D98EAB Kobi

📋 copy color: '#D98EAB'

red 217 ◦ green 142 ◦ blue 171

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

Shades of Kobi #D98EAB

Tints of Kobi #D98EAB

RGB

 RED value IS 217 (85.16% from 255) = 40.94%

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

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

R = 40.94%
G = 26.79%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D98EAB (or 0xD98EAB) is known color: Kobi. HEX triplet: D9, 8E and AB. RGB value is (217,142,171). Sum of RGB (Red+Green+Blue) = 217+142+171=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D98EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98EAB is #267154. Grayscale: #A7A7A7. Windows color (decimal): -2519381 or 11243225. OLE color: 11243225.

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

Color convert

RGB 217 142 171 -
CMYK 0 0.35 0.21 0.15
HSL 336.8º 0.5% 0.7% -
HSV(B) 336.8º 0.35% 0.85% -
XYZ 45.64 37.04 43.27 -
YUV 167.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 217 142 171 0 0.35 0.21 0.15 336.8 0.5 0.7
Hex D9 8E AB 0 23 15 F 151 32 46
Octal 331 216 253 0 43 25 17 521 62 106
Binary 11011001 10001110 10101011 0 100011 10101 1111 101010001 110010 1000110

Color Harmonies of #D98EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98EAB

Black with #D98EAB

Text Example


Text Example

White with #D98EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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