Html Css Color HEX #DDCCC5 Swiss Coffee

📋 copy color: '#DDCCC5'

red 221 ◦ green 204 ◦ blue 197

#DDCCC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swiss Coffee #DDCCC5

Tints of Swiss Coffee #DDCCC5

RGB

 RED value IS 221 (86.72% from 255) = 35.53%

 GREEN value IS 204 (80.08% from 255) = 32.8%

 BLUE value IS 197 (77.34% from 255) = 31.67%

R = 35.53%
G = 32.8%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DDCCC5 (or 0xDDCCC5) is known color: Swiss Coffee. HEX triplet: DD, CC and C5. RGB value is (221,204,197). Sum of RGB (Red+Green+Blue) = 221+204+197=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC5 is #22333A. Grayscale: #D0D0D0. Windows color (decimal): -2241339 or 12963037. OLE color: 12963037.

HSL color Cylindrical-coordinate representation of color #DDCCC5: hue angle of 17.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCCC5 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 197 -
CMYK 0 0.08 0.11 0.13
HSL 17.5º 0.26% 0.82% -
HSV(B) 17.5º 0.11% 0.87% -
XYZ 61.49 62.59 61.66 -
YUV 208.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 221 204 197 0 0.08 0.11 0.13 17.5 0.26 0.82
Hex DD CC C5 0 8 B D 12 1A 52
Octal 335 314 305 0 10 13 15 22 32 122
Binary 11011101 11001100 11000101 0 1000 1011 1101 10010 11010 1010010

Color Harmonies of #DDCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCC5

Black with #DDCCC5

Text Example


Text Example

White with #DDCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCC5; }

 p { color: rgb(221,204,197); }

 H1.HeaderClassName
 {
   color: #DDCCC5;
 }
 .AnyTagClassName
 {
   color: #DDCCC5;
 }
</style>

background-color css

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

 a { background-color: rgb(221,204,197); }

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

border-color css

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

 span { border-color: rgb(221,204,197); }

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