#D998B4

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

Shades of Kobi #D998B4

Tints of Kobi #D998B4

Color information

#D998B4 (or 0xD998B4) is unknown color: approx Kobi. HEX triplet: D9, 98 and B4. RGB value is (217,152,180). Sum of RGB (Red+Green+Blue) = 217+152+180=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D998B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998B4 is #26674B. Grayscale: #AEAEAE. Windows color (decimal): -2516812 or 11835609. OLE color: 11835609.

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

Color convert

RGB217152180-
CMYK00.300.170.15
HSL334.15º46.1%72.35%-
HSV(B)334.15º29.95%85.1%-
XYZ48.0840.548.46-
YUV174.63131.03158.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=39.53%
G=27.69%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715218000.300.170.15334.1546.172.35
HexD998B401E11F14e2e48
Octal331230264036211751656110
Binary1101100110011000101101000111101000111111010011101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998B4; }

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

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

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

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

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

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

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

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