Html Css Color HEX #EBF1CE Rice Flower

📋 copy color: '#EBF1CE'

red 235 ◦ green 241 ◦ blue 206

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

Shades of Rice Flower #EBF1CE

Tints of Rice Flower #EBF1CE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.34%

 BLUE value IS 206 (80.86% from 255) = 30.21%

R = 34.46%
G = 35.34%
B = 30.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#EBF1CE (or 0xEBF1CE) is known color: Rice Flower. HEX triplet: EB, F1 and CE. RGB value is (235,241,206). Sum of RGB (Red+Green+Blue) = 235+241+206=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1CE is #140E31. Grayscale: #EBEBEB. Windows color (decimal): -1314354 or 13562347. OLE color: 13562347.

HSL color Cylindrical-coordinate representation of color #EBF1CE: hue angle of 70.29º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBF1CE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 241 206 -
CMYK 0.02 0 0.15 0.05
HSL 70.29º 0.56% 0.88% -
HSV(B) 70.29º 0.15% 0.95% -
XYZ 76.86 85.03 70.75 -
YUV 235.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 235 241 206 0.02 0 0.15 0.05 70.29 0.56 0.88
Hex EB F1 CE 2 0 F 5 46 38 58
Octal 353 361 316 2 0 17 5 106 70 130
Binary 11101011 11110001 11001110 10 0 1111 101 1000110 111000 1011000

Color Harmonies of #EBF1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1CE

Black with #EBF1CE

Text Example


Text Example

White with #EBF1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1CE; }

 p { color: rgb(235,241,206); }

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

background-color css

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

 a { background-color: rgb(235,241,206); }

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

border-color css

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

 span { border-color: rgb(235,241,206); }

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