Html Css Color HEX #D98EAD Kobi

📋 copy color: '#D98EAD'

red 217 ◦ green 142 ◦ blue 173

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

Shades of Kobi #D98EAD

Tints of Kobi #D98EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.52%

R = 40.79%
G = 26.69%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D98EAD (or 0xD98EAD) is known color: Kobi. HEX triplet: D9, 8E and AD. RGB value is (217,142,173). Sum of RGB (Red+Green+Blue) = 217+142+173=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D98EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98EAD is #267152. Grayscale: #A7A7A7. Windows color (decimal): -2519379 or 11374297. OLE color: 11374297.

HSL color Cylindrical-coordinate representation of color #D98EAD: hue angle of 335.2º 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 #D98EAD is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 142 173 -
CMYK 0 0.35 0.20 0.15
HSL 335.2º 0.5% 0.7% -
HSV(B) 335.2º 0.35% 0.85% -
XYZ 45.83 37.11 44.28 -
YUV 167.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 217 142 173 0 0.35 0.20 0.15 335.2 0.5 0.7
Hex D9 8E AD 0 23 14 F 14F 32 46
Octal 331 216 255 0 43 24 17 517 62 106
Binary 11011001 10001110 10101101 0 100011 10100 1111 101001111 110010 1000110

Color Harmonies of #D98EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98EAD

Black with #D98EAD

Text Example


Text Example

White with #D98EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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