Html Css Color HEX #D998AC Kobi

📋 copy color: '#D998AC'

red 217 ◦ green 152 ◦ blue 172

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

Shades of Kobi #D998AC

Tints of Kobi #D998AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.79%

R = 40.11%
G = 28.1%
B = 31.79%

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

#D998AC (or 0xD998AC) is known color: Kobi. HEX triplet: D9, 98 and AC. RGB value is (217,152,172). Sum of RGB (Red+Green+Blue) = 217+152+172=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D998AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998AC is #266753. Grayscale: #ADADAD. Windows color (decimal): -2516820 or 11311321. OLE color: 11311321.

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

Color convert

RGB 217 152 172 -
CMYK 0 0.30 0.21 0.15
HSL 341.54º 0.46% 0.72% -
HSV(B) 341.54º 0.3% 0.85% -
XYZ 47.29 40.19 44.29 -
YUV 173.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 217 152 172 0 0.30 0.21 0.15 341.54 0.46 0.72
Hex D9 98 AC 0 1E 15 F 156 2E 48
Octal 331 230 254 0 36 25 17 526 56 110
Binary 11011001 10011000 10101100 0 11110 10101 1111 101010110 101110 1001000

Color Harmonies of #D998AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998AC

Black with #D998AC

Text Example


Text Example

White with #D998AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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