#D49EB2

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

Shades of Kobi #D49EB2

Tints of Kobi #D49EB2

Color information

#D49EB2 (or 0xD49EB2) is unknown color: approx Kobi. HEX triplet: D4, 9E and B2. RGB value is (212,158,178). Sum of RGB (Red+Green+Blue) = 212+158+178=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49EB2 is #2B614D. Grayscale: #B0B0B0. Windows color (decimal): -2842958 or 11706068. OLE color: 11706068.

HSL color Cylindrical-coordinate representation of color #D49EB2: hue angle of 337.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49EB2 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB212158178-
CMYK00.250.160.17
HSL337.78º38.57%72.55%-
HSV(B)337.78º25.47%83.14%-
XYZ47.4141.6747.66-
YUV176.43128.89153.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 178 (69.92% from 255) = 32.48%
R=38.69%
G=28.83%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215817800.250.160.17337.7838.5772.55
HexD49EB201910111522749
Octal324236262031202152247111
Binary11010100100111101011001001100110000100011010100101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EB2; }

 p { color: rgb(212,158,178); }

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

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

 a { background-color: rgb(212,158,178); }

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

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

 span { border-color: rgb(212,158,178); }

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