Html Css Color HEX #D0CBBE Ecru White

📋 copy color: '#D0CBBE'

red 208 ◦ green 203 ◦ blue 190

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

Shades of Ecru White #D0CBBE

Tints of Ecru White #D0CBBE

RGB

 RED value IS 208 (81.64% from 255) = 34.61%

 GREEN value IS 203 (79.69% from 255) = 33.78%

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

R = 34.61%
G = 33.78%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0CBBE (or 0xD0CBBE) is known color: Ecru White. HEX triplet: D0, CB and BE. RGB value is (208,203,190). Sum of RGB (Red+Green+Blue) = 208+203+190=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBBE is #2F3441. Grayscale: #CBCBCB. Windows color (decimal): -3093570 or 12504016. OLE color: 12504016.

HSL color Cylindrical-coordinate representation of color #D0CBBE: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0CBBE is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 203 190 -
CMYK 0 0.02 0.09 0.18
HSL 43.33º 0.16% 0.78% -
HSV(B) 43.33º 0.09% 0.82% -
XYZ 56.66 59.84 57.28 -
YUV 203.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 208 203 190 0 0.02 0.09 0.18 43.33 0.16 0.78
Hex D0 CB BE 0 2 9 12 2B 10 4E
Octal 320 313 276 0 2 11 22 53 20 116
Binary 11010000 11001011 10111110 0 10 1001 10010 101011 10000 1001110

Color Harmonies of #D0CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CBBE

Black with #D0CBBE

Text Example


Text Example

White with #D0CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CBBE; }

 p { color: rgb(208,203,190); }

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

background-color css

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

 a { background-color: rgb(208,203,190); }

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

border-color css

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

 span { border-color: rgb(208,203,190); }

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