Html Css Color HEX #D3CFBC Ecru White

📋 copy color: '#D3CFBC'

red 211 ◦ green 207 ◦ blue 188

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

Shades of Ecru White #D3CFBC

Tints of Ecru White #D3CFBC

RGB

 RED value IS 211 (82.81% from 255) = 34.82%

 GREEN value IS 207 (81.25% from 255) = 34.16%

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

R = 34.82%
G = 34.16%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D3CFBC (or 0xD3CFBC) is known color: Ecru White. HEX triplet: D3, CF and BC. RGB value is (211,207,188). Sum of RGB (Red+Green+Blue) = 211+207+188=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFBC is #2C3043. Grayscale: #CECECE. Windows color (decimal): -2895940 or 12373971. OLE color: 12373971.

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

Color convert

RGB 211 207 188 -
CMYK 0 0.02 0.11 0.17
HSL 49.57º 0.21% 0.78% -
HSV(B) 49.57º 0.11% 0.83% -
XYZ 58.25 62.11 56.49 -
YUV 206.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 211 207 188 0 0.02 0.11 0.17 49.57 0.21 0.78
Hex D3 CF BC 0 2 B 11 32 15 4E
Octal 323 317 274 0 2 13 21 62 25 116
Binary 11010011 11001111 10111100 0 10 1011 10001 110010 10101 1001110

Color Harmonies of #D3CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CFBC

Black with #D3CFBC

Text Example


Text Example

White with #D3CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CFBC; }

 p { color: rgb(211,207,188); }

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

background-color css

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

 a { background-color: rgb(211,207,188); }

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

border-color css

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

 span { border-color: rgb(211,207,188); }

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