#DD8EB4

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

Shades of Kobi #DD8EB4

Tints of Kobi #DD8EB4

Color information

#DD8EB4 (or 0xDD8EB4) is unknown color: approx Kobi. HEX triplet: DD, 8E and B4. RGB value is (221,142,180). Sum of RGB (Red+Green+Blue) = 221+142+180=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EB4 is #22714B. Grayscale: #A9A9A9. Windows color (decimal): -2257228 or 11833053. OLE color: 11833053.

HSL color Cylindrical-coordinate representation of color #DD8EB4: hue angle of 331.14º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8EB4 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221142180-
CMYK00.360.190.13
HSL331.14º53.74%71.18%-
HSV(B)331.14º35.75%86.67%-
XYZ47.7338.0148-
YUV169.95133.67164.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 180 (70.70% from 255) = 33.15%
R=40.70%
G=26.15%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114218000.360.190.13331.1453.7471.18
HexDD8EB402413D14b3647
Octal335216264044231551366107
Binary11011101100011101011010001001001001111011010010111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8EB4; }

 p { color: rgb(221,142,180); }

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

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

 a { background-color: rgb(221,142,180); }

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

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

 span { border-color: rgb(221,142,180); }

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