Html Css Color HEX #EEF1CD Rice Flower

📋 copy color: '#EEF1CD'

red 238 ◦ green 241 ◦ blue 205

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

Shades of Rice Flower #EEF1CD

Tints of Rice Flower #EEF1CD

RGB

 RED value IS 238 (93.36% from 255) = 34.8%

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

 BLUE value IS 205 (80.47% from 255) = 29.97%

R = 34.8%
G = 35.23%
B = 29.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#EEF1CD (or 0xEEF1CD) is known color: Rice Flower. HEX triplet: EE, F1 and CD. RGB value is (238,241,205). Sum of RGB (Red+Green+Blue) = 238+241+205=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1CD is #110E32. Grayscale: #ECECEC. Windows color (decimal): -1117747 or 13496814. OLE color: 13496814.

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

Color convert

RGB 238 241 205 -
CMYK 0.01 0 0.15 0.05
HSL 65º 0.56% 0.87% -
HSV(B) 65º 0.15% 0.95% -
XYZ 77.73 85.5 70.16 -
YUV 236 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 238 241 205 0.01 0 0.15 0.05 65 0.56 0.87
Hex EE F1 CD 1 0 F 5 41 38 57
Octal 356 361 315 1 0 17 5 101 70 127
Binary 11101110 11110001 11001101 1 0 1111 101 1000001 111000 1010111

Color Harmonies of #EEF1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF1CD

Black with #EEF1CD

Text Example


Text Example

White with #EEF1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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