Html Css Color HEX #ECEADC Rice Cake

📋 copy color: '#ECEADC'

red 236 ◦ green 234 ◦ blue 220

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

Shades of Rice Cake #ECEADC

Tints of Rice Cake #ECEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.91%

 BLUE value IS 220 (86.33% from 255) = 31.88%

R = 34.2%
G = 33.91%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECEADC (or 0xECEADC) is known color: Rice Cake. HEX triplet: EC, EA and DC. RGB value is (236,234,220). Sum of RGB (Red+Green+Blue) = 236+234+220=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEADC is #131523. Grayscale: #E9E9E9. Windows color (decimal): -1250596 or 14478060. OLE color: 14478060.

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

Color convert

RGB 236 234 220 -
CMYK 0 0.01 0.07 0.07
HSL 52.5º 0.3% 0.89% -
HSV(B) 52.5º 0.07% 0.93% -
XYZ 76.93 81.85 79.45 -
YUV 233 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 236 234 220 0 0.01 0.07 0.07 52.5 0.3 0.89
Hex EC EA DC 0 1 7 7 34 1E 59
Octal 354 352 334 0 1 7 7 64 36 131
Binary 11101100 11101010 11011100 0 1 111 111 110100 11110 1011001

Color Harmonies of #ECEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEADC

Black with #ECEADC

Text Example


Text Example

White with #ECEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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