#DD9CAE

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

Shades of Kobi #DD9CAE

Tints of Kobi #DD9CAE

Color information

#DD9CAE (or 0xDD9CAE) is unknown color: approx Kobi. HEX triplet: DD, 9C and AE. RGB value is (221,156,174). Sum of RGB (Red+Green+Blue) = 221+156+174=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CAE is #226351. Grayscale: #B1B1B1. Windows color (decimal): -2253650 or 11443421. OLE color: 11443421.

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

Color convert

RGB221156174-
CMYK00.290.210.13
HSL343.38º48.87%73.92%-
HSV(B)343.38º29.41%86.67%-
XYZ49.3542.2145.59-
YUV177.49126.03159.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=40.11%
G=28.31%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115617400.290.210.13343.3848.8773.92
HexDD9CAE01D15D157314a
Octal335234256035251552761112
Binary1101110110011100101011100111011010111011010101111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CAE; }

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

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

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

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

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

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

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

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