#DDA4B5

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

Shades of Kobi #DDA4B5

Tints of Kobi #DDA4B5

Color information

#DDA4B5 (or 0xDDA4B5) is unknown color: approx Kobi. HEX triplet: DD, A4 and B5. RGB value is (221,164,181). Sum of RGB (Red+Green+Blue) = 221+164+181=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4B5 is #225B4A. Grayscale: #B6B6B6. Windows color (decimal): -2251595 or 11904221. OLE color: 11904221.

HSL color Cylindrical-coordinate representation of color #DDA4B5: hue angle of 342.11º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA4B5 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221164181-
CMYK00.260.180.13
HSL342.11º45.6%75.49%-
HSV(B)342.11º25.79%86.67%-
XYZ51.4345.2649.74-
YUV182.98126.88155.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=39.05%
G=28.98%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116418100.260.180.13342.1145.675.49
HexDDA4B501A12D1562e4b
Octal335244265032221552656113
Binary1101110110100100101101010110101001011011010101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4B5; }

 p { color: rgb(221,164,181); }

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

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

 a { background-color: rgb(221,164,181); }

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

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

 span { border-color: rgb(221,164,181); }

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