Html Css Color HEX #EEF2CD Rice Flower

📋 copy color: '#EEF2CD'

red 238 ◦ green 242 ◦ blue 205

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

Shades of Rice Flower #EEF2CD

Tints of Rice Flower #EEF2CD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.33%

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

R = 34.74%
G = 35.33%
B = 29.93%

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

#EEF2CD (or 0xEEF2CD) is known color: Rice Flower. HEX triplet: EE, F2 and CD. RGB value is (238,242,205). Sum of RGB (Red+Green+Blue) = 238+242+205=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2CD is #110D32. Grayscale: #ECECEC. Windows color (decimal): -1117491 or 13497070. OLE color: 13497070.

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

Color convert

RGB 238 242 205 -
CMYK 0.02 0 0.15 0.05
HSL 66.49º 0.59% 0.88% -
HSV(B) 66.49º 0.15% 0.95% -
XYZ 78.03 86.09 70.26 -
YUV 236.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 238 242 205 0.02 0 0.15 0.05 66.49 0.59 0.88
Hex EE F2 CD 2 0 F 5 42 3B 58
Octal 356 362 315 2 0 17 5 102 73 130
Binary 11101110 11110010 11001101 10 0 1111 101 1000010 111011 1011000

Color Harmonies of #EEF2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2CD

Black with #EEF2CD

Text Example


Text Example

White with #EEF2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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