#D299AC

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

Shades of Kobi #D299AC

Tints of Kobi #D299AC

Color information

#D299AC (or 0xD299AC) is unknown color: approx Kobi. HEX triplet: D2, 99 and AC. RGB value is (210,153,172). Sum of RGB (Red+Green+Blue) = 210+153+172=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D299AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299AC is #2D6653. Grayscale: #ACACAC. Windows color (decimal): -2975316 or 11311570. OLE color: 11311570.

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

Color convert

RGB210153172-
CMYK00.270.180.18
HSL340º38.78%71.18%-
HSV(B)340º27.14%82.35%-
XYZ45.4239.4644.25-
YUV172.21127.88154.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=39.25%
G=28.60%
B=32.15%

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
Decimal21015317200.270.180.1834038.7871.18
HexD299AC01B12121542747
Octal322231254033222252447107
Binary11010010100110011010110001101110010100101010101001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299AC; }

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

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

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

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

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

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

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

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