Html Css Color HEX #ECF5CF Rice Flower

📋 copy color: '#ECF5CF'

red 236 ◦ green 245 ◦ blue 207

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

Shades of Rice Flower #ECF5CF

Tints of Rice Flower #ECF5CF

RGB

 RED value IS 236 (92.58% from 255) = 34.3%

 GREEN value IS 245 (96.09% from 255) = 35.61%

 BLUE value IS 207 (81.25% from 255) = 30.09%

R = 34.3%
G = 35.61%
B = 30.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#ECF5CF (or 0xECF5CF) is known color: Rice Flower. HEX triplet: EC, F5 and CF. RGB value is (236,245,207). Sum of RGB (Red+Green+Blue) = 236+245+207=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 207 (81.25% from 255 or 30.09% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5CF is #130A30. Grayscale: #EEEEEE. Windows color (decimal): -1247793 or 13628908. OLE color: 13628908.

HSL color Cylindrical-coordinate representation of color #ECF5CF: hue angle of 74.21º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECF5CF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 245 207 -
CMYK 0.04 0 0.16 0.04
HSL 74.21º 0.66% 0.89% -
HSV(B) 74.21º 0.16% 0.96% -
XYZ 78.51 87.64 71.81 -
YUV 237.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 236 245 207 0.04 0 0.16 0.04 74.21 0.66 0.89
Hex EC F5 CF 4 0 10 4 4A 42 59
Octal 354 365 317 4 0 20 4 112 102 131
Binary 11101100 11110101 11001111 100 0 10000 100 1001010 1000010 1011001

Color Harmonies of #ECF5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF5CF

Black with #ECF5CF

Text Example


Text Example

White with #ECF5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF5CF; }

 p { color: rgb(236,245,207); }

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

background-color css

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

 a { background-color: rgb(236,245,207); }

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

border-color css

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

 span { border-color: rgb(236,245,207); }

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