Html Css Color HEX #D998AD Kobi

📋 copy color: '#D998AD'

red 217 ◦ green 152 ◦ blue 173

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

Shades of Kobi #D998AD

Tints of Kobi #D998AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.04%

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

R = 40.04%
G = 28.04%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D998AD (or 0xD998AD) is known color: Kobi. HEX triplet: D9, 98 and AD. RGB value is (217,152,173). Sum of RGB (Red+Green+Blue) = 217+152+173=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D998AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998AD is #266752. Grayscale: #ADADAD. Windows color (decimal): -2516819 or 11376857. OLE color: 11376857.

HSL color Cylindrical-coordinate representation of color #D998AD: hue angle of 340.62º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998AD is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 173 -
CMYK 0 0.30 0.20 0.15
HSL 340.62º 0.46% 0.72% -
HSV(B) 340.62º 0.3% 0.85% -
XYZ 47.39 40.23 44.8 -
YUV 173.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 217 152 173 0 0.30 0.20 0.15 340.62 0.46 0.72
Hex D9 98 AD 0 1E 14 F 155 2E 48
Octal 331 230 255 0 36 24 17 525 56 110
Binary 11011001 10011000 10101101 0 11110 10100 1111 101010101 101110 1001000

Color Harmonies of #D998AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998AD

Black with #D998AD

Text Example


Text Example

White with #D998AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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