#D298AD

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

Shades of Kobi #D298AD

Tints of Kobi #D298AD

Color information

#D298AD (or 0xD298AD) is unknown color: approx Kobi. HEX triplet: D2, 98 and AD. RGB value is (210,152,173). Sum of RGB (Red+Green+Blue) = 210+152+173=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D298AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D298AD is #2D6752. Grayscale: #ABABAB. Windows color (decimal): -2975571 or 11376850. OLE color: 11376850.

HSL color Cylindrical-coordinate representation of color #D298AD: hue angle of 338.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298AD is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210152173-
CMYK00.280.180.18
HSL338.28º39.19%70.98%-
HSV(B)338.28º27.62%82.35%-
XYZ45.3539.1844.71-
YUV171.74128.72155.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=39.25%
G=28.41%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015217300.280.180.18338.2839.1970.98
HexD298AD01C12121522747
Octal322230255034222252247107
Binary11010010100110001010110101110010010100101010100101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298AD; }

 p { color: rgb(210,152,173); }

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

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

 a { background-color: rgb(210,152,173); }

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

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

 span { border-color: rgb(210,152,173); }

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