Html Css Color HEX #D4CDBA Ecru White

📋 copy color: '#D4CDBA'

red 212 ◦ green 205 ◦ blue 186

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

Shades of Ecru White #D4CDBA

Tints of Ecru White #D4CDBA

RGB

 RED value IS 212 (83.2% from 255) = 35.16%

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

 BLUE value IS 186 (73.05% from 255) = 30.85%

R = 35.16%
G = 34%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4CDBA (or 0xD4CDBA) is known color: Ecru White. HEX triplet: D4, CD and BA. RGB value is (212,205,186). Sum of RGB (Red+Green+Blue) = 212+205+186=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDBA is #2B3245. Grayscale: #CDCDCD. Windows color (decimal): -2830918 or 12242388. OLE color: 12242388.

HSL color Cylindrical-coordinate representation of color #D4CDBA: hue angle of 43.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CDBA is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 205 186 -
CMYK 0 0.03 0.12 0.17
HSL 43.85º 0.23% 0.78% -
HSV(B) 43.85º 0.12% 0.83% -
XYZ 57.85 61.2 55.22 -
YUV 204.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 212 205 186 0 0.03 0.12 0.17 43.85 0.23 0.78
Hex D4 CD BA 0 3 C 11 2C 17 4E
Octal 324 315 272 0 3 14 21 54 27 116
Binary 11010100 11001101 10111010 0 11 1100 10001 101100 10111 1001110

Color Harmonies of #D4CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CDBA

Black with #D4CDBA

Text Example


Text Example

White with #D4CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CDBA; }

 p { color: rgb(212,205,186); }

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

background-color css

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

 a { background-color: rgb(212,205,186); }

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

border-color css

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

 span { border-color: rgb(212,205,186); }

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