#DCBDAE

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

Shades of Just Right #DCBDAE

Tints of Just Right #DCBDAE

Color information

#DCBDAE (or 0xDCBDAE) is unknown color: approx Just Right. HEX triplet: DC, BD and AE. RGB value is (220,189,174). Sum of RGB (Red+Green+Blue) = 220+189+174=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDAE is #234251. Grayscale: #C4C4C4. Windows color (decimal): -2310738 or 11451868. OLE color: 11451868.

HSL color Cylindrical-coordinate representation of color #DCBDAE: hue angle of 19.57º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBDAE is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220189174-
CMYK00.140.210.14
HSL19.57º39.66%77.25%-
HSV(B)19.57º20.91%86.27%-
XYZ55.3554.6747.68-
YUV196.56115.27144.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=37.74%
G=32.42%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018917400.140.210.1419.5739.6677.25
HexDCBDAE0E15E14284d
Octal33427525601625162450115
Binary11011100101111011010111001110101011110101001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDAE; }

 p { color: rgb(220,189,174); }

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

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

 a { background-color: rgb(220,189,174); }

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

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

 span { border-color: rgb(220,189,174); }

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