Html Css Color HEX #EBF1CC Rice Flower

📋 copy color: '#EBF1CC'

red 235 ◦ green 241 ◦ blue 204

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

Shades of Rice Flower #EBF1CC

Tints of Rice Flower #EBF1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30%

R = 34.56%
G = 35.44%
B = 30%

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

#EBF1CC (or 0xEBF1CC) is known color: Rice Flower. HEX triplet: EB, F1 and CC. RGB value is (235,241,204). Sum of RGB (Red+Green+Blue) = 235+241+204=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1CC is #140E33. Grayscale: #EBEBEB. Windows color (decimal): -1314356 or 13431275. OLE color: 13431275.

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

Color convert

RGB 235 241 204 -
CMYK 0.02 0 0.15 0.05
HSL 69.73º 0.57% 0.87% -
HSV(B) 69.73º 0.15% 0.95% -
XYZ 76.62 84.93 69.48 -
YUV 234.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 235 241 204 0.02 0 0.15 0.05 69.73 0.57 0.87
Hex EB F1 CC 2 0 F 5 46 39 57
Octal 353 361 314 2 0 17 5 106 71 127
Binary 11101011 11110001 11001100 10 0 1111 101 1000110 111001 1010111

Color Harmonies of #EBF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1CC

Black with #EBF1CC

Text Example


Text Example

White with #EBF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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