Html Css Color HEX #D2CDBC Ecru White

📋 copy color: '#D2CDBC'

red 210 ◦ green 205 ◦ blue 188

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

Shades of Ecru White #D2CDBC

Tints of Ecru White #D2CDBC

RGB

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

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

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

R = 34.83%
G = 34%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D2CDBC (or 0xD2CDBC) is known color: Ecru White. HEX triplet: D2, CD and BC. RGB value is (210,205,188). Sum of RGB (Red+Green+Blue) = 210+205+188=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDBC is #2D3243. Grayscale: #CCCCCC. Windows color (decimal): -2961988 or 12373458. OLE color: 12373458.

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

Color convert

RGB 210 205 188 -
CMYK 0 0.02 0.10 0.18
HSL 46.36º 0.2% 0.78% -
HSV(B) 46.36º 0.1% 0.82% -
XYZ 57.49 61 56.32 -
YUV 204.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 210 205 188 0 0.02 0.10 0.18 46.36 0.2 0.78
Hex D2 CD BC 0 2 A 12 2E 14 4E
Octal 322 315 274 0 2 12 22 56 24 116
Binary 11010010 11001101 10111100 0 10 1010 10010 101110 10100 1001110

Color Harmonies of #D2CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CDBC

Black with #D2CDBC

Text Example


Text Example

White with #D2CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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