Html Css Color HEX #EBF1CB Rice Flower

📋 copy color: '#EBF1CB'

red 235 ◦ green 241 ◦ blue 203

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

Shades of Rice Flower #EBF1CB

Tints of Rice Flower #EBF1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.9%

R = 34.61%
G = 35.49%
B = 29.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#EBF1CB (or 0xEBF1CB) is known color: Rice Flower. HEX triplet: EB, F1 and CB. RGB value is (235,241,203). Sum of RGB (Red+Green+Blue) = 235+241+203=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1CB is #140E34. Grayscale: #EBEBEB. Windows color (decimal): -1314357 or 13365739. OLE color: 13365739.

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

Color convert

RGB 235 241 203 -
CMYK 0.02 0 0.16 0.05
HSL 69.47º 0.58% 0.87% -
HSV(B) 69.47º 0.16% 0.95% -
XYZ 76.5 84.88 68.85 -
YUV 234.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 235 241 203 0.02 0 0.16 0.05 69.47 0.58 0.87
Hex EB F1 CB 2 0 10 5 45 3A 57
Octal 353 361 313 2 0 20 5 105 72 127
Binary 11101011 11110001 11001011 10 0 10000 101 1000101 111010 1010111

Color Harmonies of #EBF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1CB

Black with #EBF1CB

Text Example


Text Example

White with #EBF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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