#EAF1CD

Color #EAF1CD Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #EAF1CD

Tints of Rice Flower #EAF1CD

Color information

#EAF1CD (or 0xEAF1CD) is unknown color: approx Rice Flower. HEX triplet: EA, F1 and CD. RGB value is (234,241,205). Sum of RGB (Red+Green+Blue) = 234+241+205=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1CD is #150E32. Grayscale: #EAEAEA. Windows color (decimal): -1379891 or 13496810. OLE color: 13496810.

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

Color convert

RGB234241205-
CMYK0.0300.150.05
HSL71.67º56.25%87.45%-
HSV(B)71.67º14.94%94.51%-
XYZ76.4184.8170.1-
YUV234.8111.18127.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 205 (80.47% from 255) = 30.15%
R=34.41%
G=35.44%
B=30.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412050.0300.150.0571.6756.2587.45
HexEAF1CD30F5483857
Octal3523613153017511070127
Binary111010101111000111001101110111110110010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1CD; }

 p { color: rgb(234,241,205); }

 H1.HeaderClassName
 {
   color: #EAF1CD;
 }
 .AnyTagClassName
 {
   color: #EAF1CD;
 }
</style>
background-color css

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

 a { background-color: rgb(234,241,205); }

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

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

 span { border-color: rgb(234,241,205); }

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