Html Css Color HEX #ECEED2 Rice Flower

📋 copy color: '#ECEED2'

red 236 ◦ green 238 ◦ blue 210

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

Shades of Rice Flower #ECEED2

Tints of Rice Flower #ECEED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.8%

 BLUE value IS 210 (82.42% from 255) = 30.7%

R = 34.5%
G = 34.8%
B = 30.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECEED2 (or 0xECEED2) is known color: Rice Flower. HEX triplet: EC, EE and D2. RGB value is (236,238,210). Sum of RGB (Red+Green+Blue) = 236+238+210=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEED2 is #13112D. Grayscale: #EAEAEA. Windows color (decimal): -1249582 or 13823724. OLE color: 13823724.

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

Color convert

RGB 236 238 210 -
CMYK 0.01 0 0.12 0.07
HSL 64.29º 0.45% 0.88% -
HSV(B) 64.29º 0.12% 0.93% -
XYZ 76.8 83.64 73.07 -
YUV 234.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 236 238 210 0.01 0 0.12 0.07 64.29 0.45 0.88
Hex EC EE D2 1 0 C 7 40 2D 58
Octal 354 356 322 1 0 14 7 100 55 130
Binary 11101100 11101110 11010010 1 0 1100 111 1000000 101101 1011000

Color Harmonies of #ECEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEED2

Black with #ECEED2

Text Example


Text Example

White with #ECEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEED2; }

 p { color: rgb(236,238,210); }

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

background-color css

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

 a { background-color: rgb(236,238,210); }

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

border-color css

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

 span { border-color: rgb(236,238,210); }

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