Html Css Color HEX #ECDCCB Almond

📋 copy color: '#ECDCCB'

red 236 ◦ green 220 ◦ blue 203

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

Shades of Almond #ECDCCB

Tints of Almond #ECDCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.38%

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

R = 35.81%
G = 33.38%
B = 30.8%

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

#ECDCCB (or 0xECDCCB) is known color: Almond. HEX triplet: EC, DC and CB. RGB value is (236,220,203). Sum of RGB (Red+Green+Blue) = 236+220+203=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCCB is #132334. Grayscale: #DEDEDE. Windows color (decimal): -1254197 or 13360364. OLE color: 13360364.

HSL color Cylindrical-coordinate representation of color #ECDCCB: hue angle of 30.91º 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 #ECDCCB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 203 -
CMYK 0 0.07 0.14 0.07
HSL 30.91º 0.46% 0.86% -
HSV(B) 30.91º 0.14% 0.93% -
XYZ 70.96 73.33 66.91 -
YUV 222.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 236 220 203 0 0.07 0.14 0.07 30.91 0.46 0.86
Hex EC DC CB 0 7 E 7 1F 2E 56
Octal 354 334 313 0 7 16 7 37 56 126
Binary 11101100 11011100 11001011 0 111 1110 111 11111 101110 1010110

Color Harmonies of #ECDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCCB

Black with #ECDCCB

Text Example


Text Example

White with #ECDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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