Html Css Color HEX #D5CCC7 Swiss Coffee

📋 copy color: '#D5CCC7'

red 213 ◦ green 204 ◦ blue 199

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

Shades of Swiss Coffee #D5CCC7

Tints of Swiss Coffee #D5CCC7

RGB

 RED value IS 213 (83.59% from 255) = 34.58%

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

 BLUE value IS 199 (78.13% from 255) = 32.31%

R = 34.58%
G = 33.12%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D5CCC7 (or 0xD5CCC7) is known color: Swiss Coffee. HEX triplet: D5, CC and C7. RGB value is (213,204,199). Sum of RGB (Red+Green+Blue) = 213+204+199=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCC7 is #2A3338. Grayscale: #CECECE. Windows color (decimal): -2765625 or 13094101. OLE color: 13094101.

HSL color Cylindrical-coordinate representation of color #D5CCC7: hue angle of 21.43º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CCC7 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 199 -
CMYK 0 0.04 0.07 0.16
HSL 21.43º 0.14% 0.81% -
HSV(B) 21.43º 0.07% 0.84% -
XYZ 59.34 61.46 62.77 -
YUV 206.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 213 204 199 0 0.04 0.07 0.16 21.43 0.14 0.81
Hex D5 CC C7 0 4 7 10 15 E 51
Octal 325 314 307 0 4 7 20 25 16 121
Binary 11010101 11001100 11000111 0 100 111 10000 10101 1110 1010001

Color Harmonies of #D5CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCC7

Black with #D5CCC7

Text Example


Text Example

White with #D5CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCC7; }

 p { color: rgb(213,204,199); }

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

background-color css

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

 a { background-color: rgb(213,204,199); }

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

border-color css

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

 span { border-color: rgb(213,204,199); }

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