#DD8CAE

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

Shades of Kobi #DD8CAE

Tints of Kobi #DD8CAE

Color information

#DD8CAE (or 0xDD8CAE) is unknown color: approx Kobi. HEX triplet: DD, 8C and AE. RGB value is (221,140,174). Sum of RGB (Red+Green+Blue) = 221+140+174=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8CAE is #227351. Grayscale: #A8A8A8. Windows color (decimal): -2257746 or 11439325. OLE color: 11439325.

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

Color convert

RGB221140174-
CMYK00.370.210.13
HSL334.81º54.36%70.78%-
HSV(B)334.81º36.65%86.67%-
XYZ46.8437.1844.75-
YUV168.1131.34165.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=41.31%
G=26.17%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114017400.370.210.13334.8154.3670.78
HexDD8CAE02515D14f3647
Octal335214256045251551766107
Binary11011101100011001010111001001011010111011010011111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CAE; }

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

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

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

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

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

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

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

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