Html Css Color HEX #EBF0CC Rice Flower

📋 copy color: '#EBF0CC'

red 235 ◦ green 240 ◦ blue 204

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

Shades of Rice Flower #EBF0CC

Tints of Rice Flower #EBF0CC

RGB

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

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

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

R = 34.61%
G = 35.35%
B = 30.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EBF0CC (or 0xEBF0CC) is known color: Rice Flower. HEX triplet: EB, F0 and CC. RGB value is (235,240,204). Sum of RGB (Red+Green+Blue) = 235+240+204=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0CC is #140F33. Grayscale: #EAEAEA. Windows color (decimal): -1314612 or 13431019. OLE color: 13431019.

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

Color convert

RGB 235 240 204 -
CMYK 0.02 0 0.15 0.06
HSL 68.33º 0.55% 0.87% -
HSV(B) 68.33º 0.15% 0.94% -
XYZ 76.32 84.34 69.38 -
YUV 234.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 235 240 204 0.02 0 0.15 0.06 68.33 0.55 0.87
Hex EB F0 CC 2 0 F 6 44 37 57
Octal 353 360 314 2 0 17 6 104 67 127
Binary 11101011 11110000 11001100 10 0 1111 110 1000100 110111 1010111

Color Harmonies of #EBF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0CC

Black with #EBF0CC

Text Example


Text Example

White with #EBF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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