Html Css Color HEX #D5CFBC Ecru White

📋 copy color: '#D5CFBC'

red 213 ◦ green 207 ◦ blue 188

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

Shades of Ecru White #D5CFBC

Tints of Ecru White #D5CFBC

RGB

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

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

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

R = 35.03%
G = 34.05%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5CFBC (or 0xD5CFBC) is known color: Ecru White. HEX triplet: D5, CF and BC. RGB value is (213,207,188). Sum of RGB (Red+Green+Blue) = 213+207+188=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFBC is #2A3043. Grayscale: #CECECE. Windows color (decimal): -2764868 or 12373973. OLE color: 12373973.

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

Color convert

RGB 213 207 188 -
CMYK 0 0.03 0.12 0.16
HSL 45.6º 0.23% 0.79% -
HSV(B) 45.6º 0.12% 0.84% -
XYZ 58.83 62.4 56.52 -
YUV 206.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 213 207 188 0 0.03 0.12 0.16 45.6 0.23 0.79
Hex D5 CF BC 0 3 C 10 2E 17 4F
Octal 325 317 274 0 3 14 20 56 27 117
Binary 11010101 11001111 10111100 0 11 1100 10000 101110 10111 1001111

Color Harmonies of #D5CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CFBC

Black with #D5CFBC

Text Example


Text Example

White with #D5CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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