#D49EB3

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

Shades of Kobi #D49EB3

Tints of Kobi #D49EB3

Color information

#D49EB3 (or 0xD49EB3) is unknown color: approx Kobi. HEX triplet: D4, 9E and B3. RGB value is (212,158,179). Sum of RGB (Red+Green+Blue) = 212+158+179=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EB3 is #2B614C. Grayscale: #B0B0B0. Windows color (decimal): -2842957 or 11771604. OLE color: 11771604.

HSL color Cylindrical-coordinate representation of color #D49EB3: hue angle of 336.67º 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 #D49EB3 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB212158179-
CMYK00.250.160.17
HSL336.67º38.57%72.55%-
HSV(B)336.67º25.47%83.14%-
XYZ47.5141.7148.19-
YUV176.54129.39153.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 179 (70.31% from 255) = 32.60%
R=38.62%
G=28.78%
B=32.60%

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
Decimal21215817900.250.160.17336.6738.5772.55
HexD49EB301910111512749
Octal324236263031202152147111
Binary11010100100111101011001101100110000100011010100011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EB3; }

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

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

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

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

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

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

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

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