Html Css Color HEX #D9CBC2 Swiss Coffee

📋 copy color: '#D9CBC2'

red 217 ◦ green 203 ◦ blue 194

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

Shades of Swiss Coffee #D9CBC2

Tints of Swiss Coffee #D9CBC2

RGB

 RED value IS 217 (85.16% from 255) = 35.34%

 GREEN value IS 203 (79.69% from 255) = 33.06%

 BLUE value IS 194 (76.17% from 255) = 31.6%

R = 35.34%
G = 33.06%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D9CBC2 (or 0xD9CBC2) is known color: Swiss Coffee. HEX triplet: D9, CB and C2. RGB value is (217,203,194). Sum of RGB (Red+Green+Blue) = 217+203+194=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBC2 is #26343D. Grayscale: #CECECE. Windows color (decimal): -2503742 or 12766169. OLE color: 12766169.

HSL color Cylindrical-coordinate representation of color #D9CBC2: hue angle of 23.48º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9CBC2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 203 194 -
CMYK 0 0.06 0.11 0.15
HSL 23.48º 0.23% 0.81% -
HSV(B) 23.48º 0.11% 0.85% -
XYZ 59.71 61.36 59.74 -
YUV 206.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 217 203 194 0 0.06 0.11 0.15 23.48 0.23 0.81
Hex D9 CB C2 0 6 B F 17 17 51
Octal 331 313 302 0 6 13 17 27 27 121
Binary 11011001 11001011 11000010 0 110 1011 1111 10111 10111 1010001

Color Harmonies of #D9CBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CBC2

Black with #D9CBC2

Text Example


Text Example

White with #D9CBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CBC2; }

 p { color: rgb(217,203,194); }

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

background-color css

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

 a { background-color: rgb(217,203,194); }

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

border-color css

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

 span { border-color: rgb(217,203,194); }

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