Html Css Color HEX #D1CDBC Ecru White

📋 copy color: '#D1CDBC'

red 209 ◦ green 205 ◦ blue 188

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

Shades of Ecru White #D1CDBC

Tints of Ecru White #D1CDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.23%

R = 34.72%
G = 34.05%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D1CDBC (or 0xD1CDBC) is known color: Ecru White. HEX triplet: D1, CD and BC. RGB value is (209,205,188). Sum of RGB (Red+Green+Blue) = 209+205+188=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDBC is #2E3243. Grayscale: #CCCCCC. Windows color (decimal): -3027524 or 12373457. OLE color: 12373457.

HSL color Cylindrical-coordinate representation of color #D1CDBC: hue angle of 48.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1CDBC is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 205 188 -
CMYK 0 0.02 0.10 0.18
HSL 48.57º 0.19% 0.78% -
HSV(B) 48.57º 0.1% 0.82% -
XYZ 57.2 60.85 56.31 -
YUV 204.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 209 205 188 0 0.02 0.10 0.18 48.57 0.19 0.78
Hex D1 CD BC 0 2 A 12 31 13 4E
Octal 321 315 274 0 2 12 22 61 23 116
Binary 11010001 11001101 10111100 0 10 1010 10010 110001 10011 1001110

Color Harmonies of #D1CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CDBC

Black with #D1CDBC

Text Example


Text Example

White with #D1CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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