Html Css Color HEX #D5CDC8 Swiss Coffee

📋 copy color: '#D5CDC8'

red 213 ◦ green 205 ◦ blue 200

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

Shades of Swiss Coffee #D5CDC8

Tints of Swiss Coffee #D5CDC8

RGB

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

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

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

R = 34.47%
G = 33.17%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D5CDC8 (or 0xD5CDC8) is known color: Swiss Coffee. HEX triplet: D5, CD and C8. RGB value is (213,205,200). Sum of RGB (Red+Green+Blue) = 213+205+200=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDC8 is #2A3237. Grayscale: #CECECE. Windows color (decimal): -2765368 or 13159893. OLE color: 13159893.

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

Color convert

RGB 213 205 200 -
CMYK 0 0.04 0.06 0.16
HSL 23.08º 0.13% 0.81% -
HSV(B) 23.08º 0.06% 0.84% -
XYZ 59.7 61.98 63.46 -
YUV 206.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 213 205 200 0 0.04 0.06 0.16 23.08 0.13 0.81
Hex D5 CD C8 0 4 6 10 17 D 51
Octal 325 315 310 0 4 6 20 27 15 121
Binary 11010101 11001101 11001000 0 100 110 10000 10111 1101 1010001

Color Harmonies of #D5CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDC8

Black with #D5CDC8

Text Example


Text Example

White with #D5CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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