#DD92AB

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

Shades of Kobi #DD92AB

Tints of Kobi #DD92AB

Color information

#DD92AB (or 0xDD92AB) is unknown color: approx Kobi. HEX triplet: DD, 92 and AB. RGB value is (221,146,171). Sum of RGB (Red+Green+Blue) = 221+146+171=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD92AB is #226D54. Grayscale: #ABABAB. Windows color (decimal): -2256213 or 11244253. OLE color: 11244253.

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

Color convert

RGB221146171-
CMYK00.340.230.13
HSL340º52.45%71.96%-
HSV(B)340º33.94%86.67%-
XYZ47.4538.8743.53-
YUV171.28127.85163.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=41.08%
G=27.14%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114617100.340.230.1334052.4571.96
HexDD92AB02217D1543448
Octal335222253042271552464110
Binary11011101100100101010101101000101011111011010101001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92AB; }

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

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

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

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

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

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

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

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