Html Css Color HEX #EBEECD Rice Flower

📋 copy color: '#EBEECD'

red 235 ◦ green 238 ◦ blue 205

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

Shades of Rice Flower #EBEECD

Tints of Rice Flower #EBEECD

RGB

 RED value IS 235 (92.19% from 255) = 34.66%

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

 BLUE value IS 205 (80.47% from 255) = 30.24%

R = 34.66%
G = 35.1%
B = 30.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EBEECD (or 0xEBEECD) is known color: Rice Flower. HEX triplet: EB, EE and CD. RGB value is (235,238,205). Sum of RGB (Red+Green+Blue) = 235+238+205=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEECD is #141132. Grayscale: #E9E9E9. Windows color (decimal): -1315123 or 13496043. OLE color: 13496043.

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

Color convert

RGB 235 238 205 -
CMYK 0.01 0 0.14 0.07
HSL 65.45º 0.49% 0.87% -
HSV(B) 65.45º 0.14% 0.93% -
XYZ 75.85 83.22 69.82 -
YUV 233.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 235 238 205 0.01 0 0.14 0.07 65.45 0.49 0.87
Hex EB EE CD 1 0 E 7 41 31 57
Octal 353 356 315 1 0 16 7 101 61 127
Binary 11101011 11101110 11001101 1 0 1110 111 1000001 110001 1010111

Color Harmonies of #EBEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEECD

Black with #EBEECD

Text Example


Text Example

White with #EBEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEECD; }

 p { color: rgb(235,238,205); }

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

background-color css

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

 a { background-color: rgb(235,238,205); }

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

border-color css

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

 span { border-color: rgb(235,238,205); }

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