Html Css Color HEX #D998AB Kobi

📋 copy color: '#D998AB'

red 217 ◦ green 152 ◦ blue 171

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

Shades of Kobi #D998AB

Tints of Kobi #D998AB

RGB

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

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

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

R = 40.19%
G = 28.15%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D998AB (or 0xD998AB) is known color: Kobi. HEX triplet: D9, 98 and AB. RGB value is (217,152,171). Sum of RGB (Red+Green+Blue) = 217+152+171=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D998AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998AB is #266754. Grayscale: #ADADAD. Windows color (decimal): -2516821 or 11245785. OLE color: 11245785.

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

Color convert

RGB 217 152 171 -
CMYK 0 0.30 0.21 0.15
HSL 342.46º 0.46% 0.72% -
HSV(B) 342.46º 0.3% 0.85% -
XYZ 47.19 40.15 43.79 -
YUV 173.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 217 152 171 0 0.30 0.21 0.15 342.46 0.46 0.72
Hex D9 98 AB 0 1E 15 F 156 2E 48
Octal 331 230 253 0 36 25 17 526 56 110
Binary 11011001 10011000 10101011 0 11110 10101 1111 101010110 101110 1001000

Color Harmonies of #D998AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998AB

Black with #D998AB

Text Example


Text Example

White with #D998AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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