Html Css Color HEX #D998A8 Kobi

📋 copy color: '#D998A8'

red 217 ◦ green 152 ◦ blue 168

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

Shades of Kobi #D998A8

Tints of Kobi #D998A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.28%

R = 40.41%
G = 28.31%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D998A8 (or 0xD998A8) is known color: Kobi. HEX triplet: D9, 98 and A8. RGB value is (217,152,168). Sum of RGB (Red+Green+Blue) = 217+152+168=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D998A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998A8 is #266757. Grayscale: #ADADAD. Windows color (decimal): -2516824 or 11049177. OLE color: 11049177.

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

Color convert

RGB 217 152 168 -
CMYK 0 0.30 0.23 0.15
HSL 345.23º 0.46% 0.72% -
HSV(B) 345.23º 0.3% 0.85% -
XYZ 46.91 40.04 42.3 -
YUV 173.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 217 152 168 0 0.30 0.23 0.15 345.23 0.46 0.72
Hex D9 98 A8 0 1E 17 F 159 2E 48
Octal 331 230 250 0 36 27 17 531 56 110
Binary 11011001 10011000 10101000 0 11110 10111 1111 101011001 101110 1001000

Color Harmonies of #D998A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998A8

Black with #D998A8

Text Example


Text Example

White with #D998A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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