Html Css Color HEX #EBF0DB Rice Flower

📋 copy color: '#EBF0DB'

red 235 ◦ green 240 ◦ blue 219

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

Shades of Rice Flower #EBF0DB

Tints of Rice Flower #EBF0DB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.58%

 BLUE value IS 219 (85.94% from 255) = 31.56%

R = 33.86%
G = 34.58%
B = 31.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EBF0DB (or 0xEBF0DB) is known color: Rice Flower. HEX triplet: EB, F0 and DB. RGB value is (235,240,219). Sum of RGB (Red+Green+Blue) = 235+240+219=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0DB is #140F24. Grayscale: #ECECEC. Windows color (decimal): -1314597 or 14414059. OLE color: 14414059.

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

Color convert

RGB 235 240 219 -
CMYK 0.02 0 0.09 0.06
HSL 74.29º 0.41% 0.9% -
HSV(B) 74.29º 0.09% 0.94% -
XYZ 78.21 85.1 79.32 -
YUV 236.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 235 240 219 0.02 0 0.09 0.06 74.29 0.41 0.9
Hex EB F0 DB 2 0 9 6 4A 29 5A
Octal 353 360 333 2 0 11 6 112 51 132
Binary 11101011 11110000 11011011 10 0 1001 110 1001010 101001 1011010

Color Harmonies of #EBF0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0DB

Black with #EBF0DB

Text Example


Text Example

White with #EBF0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0DB; }

 p { color: rgb(235,240,219); }

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

background-color css

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

 a { background-color: rgb(235,240,219); }

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

border-color css

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

 span { border-color: rgb(235,240,219); }

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