Html Css Color HEX #DDCCC6 Swiss Coffee

📋 copy color: '#DDCCC6'

red 221 ◦ green 204 ◦ blue 198

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

Shades of Swiss Coffee #DDCCC6

Tints of Swiss Coffee #DDCCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.78%

R = 35.47%
G = 32.74%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDCCC6 (or 0xDDCCC6) is known color: Swiss Coffee. HEX triplet: DD, CC and C6. RGB value is (221,204,198). Sum of RGB (Red+Green+Blue) = 221+204+198=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC6 is #223339. Grayscale: #D0D0D0. Windows color (decimal): -2241338 or 13028573. OLE color: 13028573.

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

Color convert

RGB 221 204 198 -
CMYK 0 0.08 0.10 0.13
HSL 15.65º 0.25% 0.82% -
HSV(B) 15.65º 0.1% 0.87% -
XYZ 61.6 62.64 62.27 -
YUV 208.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 221 204 198 0 0.08 0.10 0.13 15.65 0.25 0.82
Hex DD CC C6 0 8 A D 10 19 52
Octal 335 314 306 0 10 12 15 20 31 122
Binary 11011101 11001100 11000110 0 1000 1010 1101 10000 11001 1010010

Color Harmonies of #DDCCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCC6

Black with #DDCCC6

Text Example


Text Example

White with #DDCCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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