#DD94AB

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

Shades of Kobi #DD94AB

Tints of Kobi #DD94AB

Color information

#DD94AB (or 0xDD94AB) is unknown color: approx Kobi. HEX triplet: DD, 94 and AB. RGB value is (221,148,171). Sum of RGB (Red+Green+Blue) = 221+148+171=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD94AB is #226B54. Grayscale: #ACACAC. Windows color (decimal): -2255701 or 11244765. OLE color: 11244765.

HSL color Cylindrical-coordinate representation of color #DD94AB: hue angle of 341.1º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD94AB is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221148171-
CMYK00.330.230.13
HSL341.1º51.77%72.35%-
HSV(B)341.1º33.03%86.67%-
XYZ47.7639.4943.63-
YUV172.45127.18162.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=40.93%
G=27.41%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114817100.330.230.13341.151.7772.35
HexDD94AB02117D1553448
Octal335224253041271552564110
Binary11011101100101001010101101000011011111011010101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD94AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD94AB; }

 p { color: rgb(221,148,171); }

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

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

 a { background-color: rgb(221,148,171); }

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

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

 span { border-color: rgb(221,148,171); }

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