Html Css Color HEX #DDCCC2 Swiss Coffee

📋 copy color: '#DDCCC2'

red 221 ◦ green 204 ◦ blue 194

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

Shades of Swiss Coffee #DDCCC2

Tints of Swiss Coffee #DDCCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 35.7%
G = 32.96%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DDCCC2 (or 0xDDCCC2) is known color: Swiss Coffee. HEX triplet: DD, CC and C2. RGB value is (221,204,194). Sum of RGB (Red+Green+Blue) = 221+204+194=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC2 is #22333D. Grayscale: #D0D0D0. Windows color (decimal): -2241342 or 12766429. OLE color: 12766429.

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

Color convert

RGB 221 204 194 -
CMYK 0 0.08 0.12 0.13
HSL 22.22º 0.28% 0.81% -
HSV(B) 22.22º 0.12% 0.87% -
XYZ 61.15 62.45 59.87 -
YUV 207.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 221 204 194 0 0.08 0.12 0.13 22.22 0.28 0.81
Hex DD CC C2 0 8 C D 16 1C 51
Octal 335 314 302 0 10 14 15 26 34 121
Binary 11011101 11001100 11000010 0 1000 1100 1101 10110 11100 1010001

Color Harmonies of #DDCCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCC2

Black with #DDCCC2

Text Example


Text Example

White with #DDCCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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