#D98CB3

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

Shades of Kobi #D98CB3

Tints of Kobi #D98CB3

Color information

#D98CB3 (or 0xD98CB3) is unknown color: approx Kobi. HEX triplet: D9, 8C and B3. RGB value is (217,140,179). Sum of RGB (Red+Green+Blue) = 217+140+179=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CB3 is #26734C. Grayscale: #A7A7A7. Windows color (decimal): -2519885 or 11767001. OLE color: 11767001.

HSL color Cylindrical-coordinate representation of color #D98CB3: hue angle of 329.61º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98CB3 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217140179-
CMYK00.350.180.15
HSL329.61º50.33%70%-
HSV(B)329.61º35.48%85.1%-
XYZ46.1336.7647.31-
YUV167.47134.51163.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 179 (70.31% from 255) = 33.40%
R=40.49%
G=26.12%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714017900.350.180.15329.6150.3370
HexD98CB302312F14a3246
Octal331214263043221751262106
Binary11011001100011001011001101000111001011111010010101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CB3; }

 p { color: rgb(217,140,179); }

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

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

 a { background-color: rgb(217,140,179); }

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

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

 span { border-color: rgb(217,140,179); }

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