#D998B1

Color #D998B1 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D998B1

Tints of Kobi #D998B1

Color information

#D998B1 (or 0xD998B1) is unknown color: approx Kobi. HEX triplet: D9, 98 and B1. RGB value is (217,152,177). Sum of RGB (Red+Green+Blue) = 217+152+177=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D998B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998B1 is #26674E. Grayscale: #AEAEAE. Windows color (decimal): -2516815 or 11639001. OLE color: 11639001.

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

Color convert

RGB217152177-
CMYK00.300.180.15
HSL336.92º46.1%72.35%-
HSV(B)336.92º29.95%85.1%-
XYZ47.7840.3846.87-
YUV174.28129.53158.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=39.74%
G=27.84%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715217700.300.180.15336.9246.172.35
HexD998B101E12F1512e48
Octal331230261036221752156110
Binary1101100110011000101100010111101001011111010100011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998B1; }

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

 H1.HeaderClassName
 {
   color: #D998B1;
 }
 .AnyTagClassName
 {
   color: #D998B1;
 }
</style>
background-color css

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

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

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

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

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

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