Html Css Color HEX #D5CECA Swiss Coffee

📋 copy color: '#D5CECA'

red 213 ◦ green 206 ◦ blue 202

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

Shades of Swiss Coffee #D5CECA

Tints of Swiss Coffee #D5CECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.17%

 BLUE value IS 202 (79.3% from 255) = 32.53%

R = 34.3%
G = 33.17%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5CECA (or 0xD5CECA) is known color: Swiss Coffee. HEX triplet: D5, CE and CA. RGB value is (213,206,202). Sum of RGB (Red+Green+Blue) = 213+206+202=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CECA is #2A3135. Grayscale: #CFCFCF. Windows color (decimal): -2765110 or 13291221. OLE color: 13291221.

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

Color convert

RGB 213 206 202 -
CMYK 0 0.03 0.05 0.16
HSL 21.82º 0.12% 0.81% -
HSV(B) 21.82º 0.05% 0.84% -
XYZ 60.17 62.55 64.78 -
YUV 207.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 213 206 202 0 0.03 0.05 0.16 21.82 0.12 0.81
Hex D5 CE CA 0 3 5 10 16 C 51
Octal 325 316 312 0 3 5 20 26 14 121
Binary 11010101 11001110 11001010 0 11 101 10000 10110 1100 1010001

Color Harmonies of #D5CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CECA

Black with #D5CECA

Text Example


Text Example

White with #D5CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CECA; }

 p { color: rgb(213,206,202); }

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

background-color css

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

 a { background-color: rgb(213,206,202); }

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

border-color css

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

 span { border-color: rgb(213,206,202); }

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