Html Css Color HEX #D2CDC0 Ecru White

📋 copy color: '#D2CDC0'

red 210 ◦ green 205 ◦ blue 192

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

Shades of Ecru White #D2CDC0

Tints of Ecru White #D2CDC0

RGB

 RED value IS 210 (82.42% from 255) = 34.6%

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

 BLUE value IS 192 (75.39% from 255) = 31.63%

R = 34.6%
G = 33.77%
B = 31.63%

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

#D2CDC0 (or 0xD2CDC0) is known color: Ecru White. HEX triplet: D2, CD and C0. RGB value is (210,205,192). Sum of RGB (Red+Green+Blue) = 210+205+192=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDC0 is #2D323F. Grayscale: #CDCDCD. Windows color (decimal): -2961984 or 12635602. OLE color: 12635602.

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

Color convert

RGB 210 205 192 -
CMYK 0 0.02 0.09 0.18
HSL 43.33º 0.17% 0.79% -
HSV(B) 43.33º 0.09% 0.82% -
XYZ 57.92 61.17 58.62 -
YUV 205.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 210 205 192 0 0.02 0.09 0.18 43.33 0.17 0.79
Hex D2 CD C0 0 2 9 12 2B 11 4F
Octal 322 315 300 0 2 11 22 53 21 117
Binary 11010010 11001101 11000000 0 10 1001 10010 101011 10001 1001111

Color Harmonies of #D2CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CDC0

Black with #D2CDC0

Text Example


Text Example

White with #D2CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CDC0; }

 p { color: rgb(210,205,192); }

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

background-color css

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

 a { background-color: rgb(210,205,192); }

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

border-color css

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

 span { border-color: rgb(210,205,192); }

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