#DCC3B5

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

Shades of Just Right #DCC3B5

Tints of Just Right #DCC3B5

Color information

#DCC3B5 (or 0xDCC3B5) is unknown color: approx Just Right. HEX triplet: DC, C3 and B5. RGB value is (220,195,181). Sum of RGB (Red+Green+Blue) = 220+195+181=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3B5 is #233C4A. Grayscale: #C8C8C8. Windows color (decimal): -2309195 or 11912156. OLE color: 11912156.

HSL color Cylindrical-coordinate representation of color #DCC3B5: hue angle of 21.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC3B5 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220195181-
CMYK00.110.180.14
HSL21.54º35.78%78.63%-
HSV(B)21.54º17.73%86.27%-
XYZ57.3757.5851.81-
YUV200.88116.78141.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 195 (76.56% from 255) = 32.72%
BLUE value IS 181 (71.09% from 255) = 30.37%
R=36.91%
G=32.72%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019518100.110.180.1421.5435.7878.63
HexDCC3B50B12E16244f
Octal33430326501322162644117
Binary11011100110000111011010101011100101110101101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3B5; }

 p { color: rgb(220,195,181); }

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

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

 a { background-color: rgb(220,195,181); }

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

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

 span { border-color: rgb(220,195,181); }

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