Html Css Color HEX #D5CECB Swiss Coffee

📋 copy color: '#D5CECB'

red 213 ◦ green 206 ◦ blue 203

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

Shades of Swiss Coffee #D5CECB

Tints of Swiss Coffee #D5CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.64%

R = 34.24%
G = 33.12%
B = 32.64%

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

#D5CECB (or 0xD5CECB) is known color: Swiss Coffee. HEX triplet: D5, CE and CB. RGB value is (213,206,203). Sum of RGB (Red+Green+Blue) = 213+206+203=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CECB is #2A3134. Grayscale: #CFCFCF. Windows color (decimal): -2765109 or 13356757. OLE color: 13356757.

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

Color convert

RGB 213 206 203 -
CMYK 0 0.03 0.05 0.16
HSL 18º 0.11% 0.82% -
HSV(B) 18º 0.05% 0.84% -
XYZ 60.29 62.6 65.41 -
YUV 207.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 213 206 203 0 0.03 0.05 0.16 18 0.11 0.82
Hex D5 CE CB 0 3 5 10 12 B 52
Octal 325 316 313 0 3 5 20 22 13 122
Binary 11010101 11001110 11001011 0 11 101 10000 10010 1011 1010010

Color Harmonies of #D5CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CECB

Black with #D5CECB

Text Example


Text Example

White with #D5CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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