Html Css Color HEX #EBEFD0 Rice Flower

📋 copy color: '#EBEFD0'

red 235 ◦ green 239 ◦ blue 208

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

Shades of Rice Flower #EBEFD0

Tints of Rice Flower #EBEFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.5%

R = 34.46%
G = 35.04%
B = 30.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EBEFD0 (or 0xEBEFD0) is known color: Rice Flower. HEX triplet: EB, EF and D0. RGB value is (235,239,208). Sum of RGB (Red+Green+Blue) = 235+239+208=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFD0 is #14102F. Grayscale: #EAEAEA. Windows color (decimal): -1314864 or 13692907. OLE color: 13692907.

HSL color Cylindrical-coordinate representation of color #EBEFD0: hue angle of 67.74º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBEFD0 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 239 208 -
CMYK 0.02 0 0.13 0.06
HSL 67.74º 0.49% 0.88% -
HSV(B) 67.74º 0.13% 0.94% -
XYZ 76.51 83.95 71.85 -
YUV 234.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 235 239 208 0.02 0 0.13 0.06 67.74 0.49 0.88
Hex EB EF D0 2 0 D 6 44 31 58
Octal 353 357 320 2 0 15 6 104 61 130
Binary 11101011 11101111 11010000 10 0 1101 110 1000100 110001 1011000

Color Harmonies of #EBEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEFD0

Black with #EBEFD0

Text Example


Text Example

White with #EBEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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