Html Css Color HEX #D4CFBE Ecru White

📋 copy color: '#D4CFBE'

red 212 ◦ green 207 ◦ blue 190

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

Shades of Ecru White #D4CFBE

Tints of Ecru White #D4CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.2%

R = 34.81%
G = 33.99%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4CFBE (or 0xD4CFBE) is known color: Ecru White. HEX triplet: D4, CF and BE. RGB value is (212,207,190). Sum of RGB (Red+Green+Blue) = 212+207+190=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFBE is #2B3041. Grayscale: #CECECE. Windows color (decimal): -2830402 or 12505044. OLE color: 12505044.

HSL color Cylindrical-coordinate representation of color #D4CFBE: hue angle of 46.36º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4CFBE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 207 190 -
CMYK 0 0.02 0.10 0.17
HSL 46.36º 0.2% 0.79% -
HSV(B) 46.36º 0.1% 0.83% -
XYZ 58.76 62.34 57.65 -
YUV 206.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 212 207 190 0 0.02 0.10 0.17 46.36 0.2 0.79
Hex D4 CF BE 0 2 A 11 2E 14 4F
Octal 324 317 276 0 2 12 21 56 24 117
Binary 11010100 11001111 10111110 0 10 1010 10001 101110 10100 1001111

Color Harmonies of #D4CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CFBE

Black with #D4CFBE

Text Example


Text Example

White with #D4CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CFBE; }

 p { color: rgb(212,207,190); }

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

background-color css

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

 a { background-color: rgb(212,207,190); }

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

border-color css

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

 span { border-color: rgb(212,207,190); }

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