Html Css Color HEX #ECDBCB Almond

📋 copy color: '#ECDBCB'

red 236 ◦ green 219 ◦ blue 203

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

Shades of Almond #ECDBCB

Tints of Almond #ECDBCB

RGB

 RED value IS 236 (92.58% from 255) = 35.87%

 GREEN value IS 219 (85.94% from 255) = 33.28%

 BLUE value IS 203 (79.69% from 255) = 30.85%

R = 35.87%
G = 33.28%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECDBCB (or 0xECDBCB) is known color: Almond. HEX triplet: EC, DB and CB. RGB value is (236,219,203). Sum of RGB (Red+Green+Blue) = 236+219+203=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBCB is #132434. Grayscale: #DEDEDE. Windows color (decimal): -1254453 or 13360108. OLE color: 13360108.

HSL color Cylindrical-coordinate representation of color #ECDBCB: hue angle of 29.09º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECDBCB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 203 -
CMYK 0 0.07 0.14 0.07
HSL 29.09º 0.46% 0.86% -
HSV(B) 29.09º 0.14% 0.93% -
XYZ 70.7 72.81 66.83 -
YUV 222.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 236 219 203 0 0.07 0.14 0.07 29.09 0.46 0.86
Hex EC DB CB 0 7 E 7 1D 2E 56
Octal 354 333 313 0 7 16 7 35 56 126
Binary 11101100 11011011 11001011 0 111 1110 111 11101 101110 1010110

Color Harmonies of #ECDBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBCB

Black with #ECDBCB

Text Example


Text Example

White with #ECDBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBCB; }

 p { color: rgb(236,219,203); }

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

background-color css

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

 a { background-color: rgb(236,219,203); }

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

border-color css

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

 span { border-color: rgb(236,219,203); }

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