#DD8DAE

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

Shades of Kobi #DD8DAE

Tints of Kobi #DD8DAE

Color information

#DD8DAE (or 0xDD8DAE) is unknown color: approx Kobi. HEX triplet: DD, 8D and AE. RGB value is (221,141,174). Sum of RGB (Red+Green+Blue) = 221+141+174=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8DAE is #227251. Grayscale: #A8A8A8. Windows color (decimal): -2257490 or 11439581. OLE color: 11439581.

HSL color Cylindrical-coordinate representation of color #DD8DAE: hue angle of 335.25º 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 #DD8DAE is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221141174-
CMYK00.360.210.13
HSL335.25º54.05%70.98%-
HSV(B)335.25º36.2%86.67%-
XYZ46.9837.4844.8-
YUV168.68131165.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=41.23%
G=26.31%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114117400.360.210.13335.2554.0570.98
HexDD8DAE02415D14f3647
Octal335215256044251551766107
Binary11011101100011011010111001001001010111011010011111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8DAE; }

 p { color: rgb(221,141,174); }

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

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

 a { background-color: rgb(221,141,174); }

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

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

 span { border-color: rgb(221,141,174); }

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