#D299AD

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

Shades of Kobi #D299AD

Tints of Kobi #D299AD

Color information

#D299AD (or 0xD299AD) is unknown color: approx Kobi. HEX triplet: D2, 99 and AD. RGB value is (210,153,173). Sum of RGB (Red+Green+Blue) = 210+153+173=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D299AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299AD is #2D6652. Grayscale: #ACACAC. Windows color (decimal): -2975315 or 11377106. OLE color: 11377106.

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

Color convert

RGB210153173-
CMYK00.270.180.18
HSL338.95º38.78%71.18%-
HSV(B)338.95º27.14%82.35%-
XYZ45.5139.544.76-
YUV172.32128.38154.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=39.18%
G=28.54%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015317300.270.180.18338.9538.7871.18
HexD299AD01B12121532747
Octal322231255033222252347107
Binary11010010100110011010110101101110010100101010100111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299AD; }

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

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

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

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

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

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

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

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