Html Css Color HEX #D0CDC3 Ecru White

📋 copy color: '#D0CDC3'

red 208 ◦ green 205 ◦ blue 195

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

Shades of Ecru White #D0CDC3

Tints of Ecru White #D0CDC3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.72%

 BLUE value IS 195 (76.56% from 255) = 32.07%

R = 34.21%
G = 33.72%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D0CDC3 (or 0xD0CDC3) is known color: Ecru White. HEX triplet: D0, CD and C3. RGB value is (208,205,195). Sum of RGB (Red+Green+Blue) = 208+205+195=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDC3 is #2F323C. Grayscale: #CCCCCC. Windows color (decimal): -3093053 or 12832208. OLE color: 12832208.

HSL color Cylindrical-coordinate representation of color #D0CDC3: hue angle of 46.15º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0CDC3 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 205 195 -
CMYK 0 0.01 0.06 0.18
HSL 46.15º 0.12% 0.79% -
HSV(B) 46.15º 0.06% 0.82% -
XYZ 57.69 61.01 60.37 -
YUV 204.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 208 205 195 0 0.01 0.06 0.18 46.15 0.12 0.79
Hex D0 CD C3 0 1 6 12 2E C 4F
Octal 320 315 303 0 1 6 22 56 14 117
Binary 11010000 11001101 11000011 0 1 110 10010 101110 1100 1001111

Color Harmonies of #D0CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CDC3

Black with #D0CDC3

Text Example


Text Example

White with #D0CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CDC3; }

 p { color: rgb(208,205,195); }

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

background-color css

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

 a { background-color: rgb(208,205,195); }

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

border-color css

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

 span { border-color: rgb(208,205,195); }

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