Html Css Color HEX #D7CFBA Ecru White

📋 copy color: '#D7CFBA'

red 215 ◦ green 207 ◦ blue 186

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

Shades of Ecru White #D7CFBA

Tints of Ecru White #D7CFBA

RGB

 RED value IS 215 (84.38% from 255) = 35.36%

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

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

R = 35.36%
G = 34.05%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D7CFBA (or 0xD7CFBA) is known color: Ecru White. HEX triplet: D7, CF and BA. RGB value is (215,207,186). Sum of RGB (Red+Green+Blue) = 215+207+186=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFBA is #283045. Grayscale: #CFCFCF. Windows color (decimal): -2633798 or 12242903. OLE color: 12242903.

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

Color convert

RGB 215 207 186 -
CMYK 0 0.04 0.13 0.16
HSL 43.45º 0.27% 0.79% -
HSV(B) 43.45º 0.13% 0.84% -
XYZ 59.2 62.62 55.42 -
YUV 207 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 215 207 186 0 0.04 0.13 0.16 43.45 0.27 0.79
Hex D7 CF BA 0 4 D 10 2B 1B 4F
Octal 327 317 272 0 4 15 20 53 33 117
Binary 11010111 11001111 10111010 0 100 1101 10000 101011 11011 1001111

Color Harmonies of #D7CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CFBA

Black with #D7CFBA

Text Example


Text Example

White with #D7CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CFBA; }

 p { color: rgb(215,207,186); }

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

background-color css

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

 a { background-color: rgb(215,207,186); }

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

border-color css

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

 span { border-color: rgb(215,207,186); }

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