Html Css Color HEX #EBF2CB Rice Flower

📋 copy color: '#EBF2CB'

red 235 ◦ green 242 ◦ blue 203

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

Shades of Rice Flower #EBF2CB

Tints of Rice Flower #EBF2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.59%

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

R = 34.56%
G = 35.59%
B = 29.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#EBF2CB (or 0xEBF2CB) is known color: Rice Flower. HEX triplet: EB, F2 and CB. RGB value is (235,242,203). Sum of RGB (Red+Green+Blue) = 235+242+203=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2CB is #140D34. Grayscale: #EBEBEB. Windows color (decimal): -1314101 or 13365995. OLE color: 13365995.

HSL color Cylindrical-coordinate representation of color #EBF2CB: hue angle of 70.77º degrees, saturation: 0.6, 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 #EBF2CB is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 203 -
CMYK 0.03 0 0.16 0.05
HSL 70.77º 0.6% 0.87% -
HSV(B) 70.77º 0.16% 0.95% -
XYZ 76.79 85.48 68.95 -
YUV 235.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 235 242 203 0.03 0 0.16 0.05 70.77 0.6 0.87
Hex EB F2 CB 3 0 10 5 47 3C 57
Octal 353 362 313 3 0 20 5 107 74 127
Binary 11101011 11110010 11001011 11 0 10000 101 1000111 111100 1010111

Color Harmonies of #EBF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2CB

Black with #EBF2CB

Text Example


Text Example

White with #EBF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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