Html Css Color HEX #EBEFD8 Rice Flower

📋 copy color: '#EBEFD8'

red 235 ◦ green 239 ◦ blue 216

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

Shades of Rice Flower #EBEFD8

Tints of Rice Flower #EBEFD8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.64%

 BLUE value IS 216 (84.77% from 255) = 31.3%

R = 34.06%
G = 34.64%
B = 31.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EBEFD8 (or 0xEBEFD8) is known color: Rice Flower. HEX triplet: EB, EF and D8. RGB value is (235,239,216). Sum of RGB (Red+Green+Blue) = 235+239+216=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 216 (84.77% from 255 or 31.30% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFD8 is #141027. Grayscale: #EBEBEB. Windows color (decimal): -1314856 or 14217195. OLE color: 14217195.

HSL color Cylindrical-coordinate representation of color #EBEFD8: hue angle of 70.43º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBEFD8 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 239 216 -
CMYK 0.02 0 0.10 0.06
HSL 70.43º 0.42% 0.89% -
HSV(B) 70.43º 0.1% 0.94% -
XYZ 77.52 84.35 77.16 -
YUV 235.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 235 239 216 0.02 0 0.10 0.06 70.43 0.42 0.89
Hex EB EF D8 2 0 A 6 46 2A 59
Octal 353 357 330 2 0 12 6 106 52 131
Binary 11101011 11101111 11011000 10 0 1010 110 1000110 101010 1011001

Color Harmonies of #EBEFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEFD8

Black with #EBEFD8

Text Example


Text Example

White with #EBEFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEFD8; }

 p { color: rgb(235,239,216); }

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

background-color css

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

 a { background-color: rgb(235,239,216); }

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

border-color css

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

 span { border-color: rgb(235,239,216); }

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