Html Css Color HEX #D5CFBE Ecru White

📋 copy color: '#D5CFBE'

red 213 ◦ green 207 ◦ blue 190

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

Shades of Ecru White #D5CFBE

Tints of Ecru White #D5CFBE

RGB

 RED value IS 213 (83.59% from 255) = 34.92%

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

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

R = 34.92%
G = 33.93%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5CFBE (or 0xD5CFBE) is known color: Ecru White. HEX triplet: D5, CF and BE. RGB value is (213,207,190). Sum of RGB (Red+Green+Blue) = 213+207+190=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFBE is #2A3041. Grayscale: #CECECE. Windows color (decimal): -2764866 or 12505045. OLE color: 12505045.

HSL color Cylindrical-coordinate representation of color #D5CFBE: hue angle of 44.35º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5CFBE is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 190 -
CMYK 0 0.03 0.11 0.16
HSL 44.35º 0.21% 0.79% -
HSV(B) 44.35º 0.11% 0.84% -
XYZ 59.05 62.49 57.66 -
YUV 206.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 213 207 190 0 0.03 0.11 0.16 44.35 0.21 0.79
Hex D5 CF BE 0 3 B 10 2C 15 4F
Octal 325 317 276 0 3 13 20 54 25 117
Binary 11010101 11001111 10111110 0 11 1011 10000 101100 10101 1001111

Color Harmonies of #D5CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CFBE

Black with #D5CFBE

Text Example


Text Example

White with #D5CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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