Html Css Color HEX #D98AAB Kobi

📋 copy color: '#D98AAB'

red 217 ◦ green 138 ◦ blue 171

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

Shades of Kobi #D98AAB

Tints of Kobi #D98AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.24%

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

R = 41.25%
G = 26.24%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D98AAB (or 0xD98AAB) is known color: Kobi. HEX triplet: D9, 8A and AB. RGB value is (217,138,171). Sum of RGB (Red+Green+Blue) = 217+138+171=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98AAB is #267554. Grayscale: #A5A5A5. Windows color (decimal): -2520405 or 11242201. OLE color: 11242201.

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

Color convert

RGB 217 138 171 -
CMYK 0 0.36 0.21 0.15
HSL 334.94º 0.51% 0.7% -
HSV(B) 334.94º 0.36% 0.85% -
XYZ 45.05 35.87 43.08 -
YUV 165.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 217 138 171 0 0.36 0.21 0.15 334.94 0.51 0.7
Hex D9 8A AB 0 24 15 F 14F 33 46
Octal 331 212 253 0 44 25 17 517 63 106
Binary 11011001 10001010 10101011 0 100100 10101 1111 101001111 110011 1000110

Color Harmonies of #D98AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98AAB

Black with #D98AAB

Text Example


Text Example

White with #D98AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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