Html Css Color HEX #D2CEC2 Ecru White

📋 copy color: '#D2CEC2'

red 210 ◦ green 206 ◦ blue 194

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

Shades of Ecru White #D2CEC2

Tints of Ecru White #D2CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.77%

 BLUE value IS 194 (76.17% from 255) = 31.8%

R = 34.43%
G = 33.77%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D2CEC2 (or 0xD2CEC2) is known color: Ecru White. HEX triplet: D2, CE and C2. RGB value is (210,206,194). Sum of RGB (Red+Green+Blue) = 210+206+194=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEC2 is #2D313D. Grayscale: #CDCDCD. Windows color (decimal): -2961726 or 12766930. OLE color: 12766930.

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

Color convert

RGB 210 206 194 -
CMYK 0 0.02 0.08 0.18
HSL 45º 0.15% 0.79% -
HSV(B) 45º 0.08% 0.82% -
XYZ 58.39 61.74 59.88 -
YUV 205.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 210 206 194 0 0.02 0.08 0.18 45 0.15 0.79
Hex D2 CE C2 0 2 8 12 2D F 4F
Octal 322 316 302 0 2 10 22 55 17 117
Binary 11010010 11001110 11000010 0 10 1000 10010 101101 1111 1001111

Color Harmonies of #D2CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CEC2

Black with #D2CEC2

Text Example


Text Example

White with #D2CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CEC2; }

 p { color: rgb(210,206,194); }

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

background-color css

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

 a { background-color: rgb(210,206,194); }

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

border-color css

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

 span { border-color: rgb(210,206,194); }

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