Html Css Color HEX #D1CDC1 Ecru White

📋 copy color: '#D1CDC1'

red 209 ◦ green 205 ◦ blue 193

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

Shades of Ecru White #D1CDC1

Tints of Ecru White #D1CDC1

RGB

 RED value IS 209 (82.03% from 255) = 34.43%

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

 BLUE value IS 193 (75.78% from 255) = 31.8%

R = 34.43%
G = 33.77%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D1CDC1 (or 0xD1CDC1) is known color: Ecru White. HEX triplet: D1, CD and C1. RGB value is (209,205,193). Sum of RGB (Red+Green+Blue) = 209+205+193=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDC1 is #2E323E. Grayscale: #CCCCCC. Windows color (decimal): -3027519 or 12701137. OLE color: 12701137.

HSL color Cylindrical-coordinate representation of color #D1CDC1: hue angle of 45º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1CDC1 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 205 193 -
CMYK 0 0.02 0.08 0.18
HSL 45º 0.15% 0.79% -
HSV(B) 45º 0.08% 0.82% -
XYZ 57.75 61.07 59.2 -
YUV 204.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 209 205 193 0 0.02 0.08 0.18 45 0.15 0.79
Hex D1 CD C1 0 2 8 12 2D F 4F
Octal 321 315 301 0 2 10 22 55 17 117
Binary 11010001 11001101 11000001 0 10 1000 10010 101101 1111 1001111

Color Harmonies of #D1CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CDC1

Black with #D1CDC1

Text Example


Text Example

White with #D1CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CDC1; }

 p { color: rgb(209,205,193); }

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

background-color css

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

 a { background-color: rgb(209,205,193); }

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

border-color css

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

 span { border-color: rgb(209,205,193); }

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