Html Css Color HEX #D98DAE Kobi

📋 copy color: '#D98DAE'

red 217 ◦ green 141 ◦ blue 174

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

Shades of Kobi #D98DAE

Tints of Kobi #D98DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.5%

 BLUE value IS 174 (68.36% from 255) = 32.71%

R = 40.79%
G = 26.5%
B = 32.71%

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

#D98DAE (or 0xD98DAE) is known color: Kobi. HEX triplet: D9, 8D and AE. RGB value is (217,141,174). Sum of RGB (Red+Green+Blue) = 217+141+174=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98DAE is #267251. Grayscale: #A7A7A7. Windows color (decimal): -2519634 or 11439577. OLE color: 11439577.

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

Color convert

RGB 217 141 174 -
CMYK 0 0.35 0.20 0.15
HSL 333.95º 0.5% 0.7% -
HSV(B) 333.95º 0.35% 0.85% -
XYZ 45.78 36.86 44.75 -
YUV 167.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 217 141 174 0 0.35 0.20 0.15 333.95 0.5 0.7
Hex D9 8D AE 0 23 14 F 14E 32 46
Octal 331 215 256 0 43 24 17 516 62 106
Binary 11011001 10001101 10101110 0 100011 10100 1111 101001110 110010 1000110

Color Harmonies of #D98DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DAE

Black with #D98DAE

Text Example


Text Example

White with #D98DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DAE; }

 p { color: rgb(217,141,174); }

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

background-color css

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

 a { background-color: rgb(217,141,174); }

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

border-color css

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

 span { border-color: rgb(217,141,174); }

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