Html Css Color HEX #D998A9 Kobi

📋 copy color: '#D998A9'

red 217 ◦ green 152 ◦ blue 169

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

Shades of Kobi #D998A9

Tints of Kobi #D998A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.41%

R = 40.33%
G = 28.25%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D998A9 (or 0xD998A9) is known color: Kobi. HEX triplet: D9, 98 and A9. RGB value is (217,152,169). Sum of RGB (Red+Green+Blue) = 217+152+169=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D998A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998A9 is #266756. Grayscale: #ADADAD. Windows color (decimal): -2516823 or 11114713. OLE color: 11114713.

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

Color convert

RGB 217 152 169 -
CMYK 0 0.30 0.22 0.15
HSL 344.31º 0.46% 0.72% -
HSV(B) 344.31º 0.3% 0.85% -
XYZ 47 40.07 42.79 -
YUV 173.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 217 152 169 0 0.30 0.22 0.15 344.31 0.46 0.72
Hex D9 98 A9 0 1E 16 F 158 2E 48
Octal 331 230 251 0 36 26 17 530 56 110
Binary 11011001 10011000 10101001 0 11110 10110 1111 101011000 101110 1001000

Color Harmonies of #D998A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998A9

Black with #D998A9

Text Example


Text Example

White with #D998A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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