Html Css Color HEX #DDCDC8 Swiss Coffee

📋 copy color: '#DDCDC8'

red 221 ◦ green 205 ◦ blue 200

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

Shades of Swiss Coffee #DDCDC8

Tints of Swiss Coffee #DDCDC8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.75%

 BLUE value IS 200 (78.52% from 255) = 31.95%

R = 35.3%
G = 32.75%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDCDC8 (or 0xDDCDC8) is known color: Swiss Coffee. HEX triplet: DD, CD and C8. RGB value is (221,205,200). Sum of RGB (Red+Green+Blue) = 221+205+200=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDC8 is #223237. Grayscale: #D1D1D1. Windows color (decimal): -2241080 or 13159901. OLE color: 13159901.

HSL color Cylindrical-coordinate representation of color #DDCDC8: hue angle of 14.29º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCDC8 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 200 -
CMYK 0 0.07 0.10 0.13
HSL 14.29º 0.24% 0.83% -
HSV(B) 14.29º 0.1% 0.87% -
XYZ 62.08 63.2 63.57 -
YUV 209.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 221 205 200 0 0.07 0.10 0.13 14.29 0.24 0.83
Hex DD CD C8 0 7 A D E 18 53
Octal 335 315 310 0 7 12 15 16 30 123
Binary 11011101 11001101 11001000 0 111 1010 1101 1110 11000 1010011

Color Harmonies of #DDCDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCDC8

Black with #DDCDC8

Text Example


Text Example

White with #DDCDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCDC8; }

 p { color: rgb(221,205,200); }

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

background-color css

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

 a { background-color: rgb(221,205,200); }

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

border-color css

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

 span { border-color: rgb(221,205,200); }

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