Html Css Color HEX #EDEFCF Rice Flower

📋 copy color: '#EDEFCF'

red 237 ◦ green 239 ◦ blue 207

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

Shades of Rice Flower #EDEFCF

Tints of Rice Flower #EDEFCF

RGB

 RED value IS 237 (92.97% from 255) = 34.7%

 GREEN value IS 239 (93.75% from 255) = 34.99%

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

R = 34.7%
G = 34.99%
B = 30.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EDEFCF (or 0xEDEFCF) is known color: Rice Flower. HEX triplet: ED, EF and CF. RGB value is (237,239,207). Sum of RGB (Red+Green+Blue) = 237+239+207=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFCF is #121030. Grayscale: #EAEAEA. Windows color (decimal): -1183793 or 13627373. OLE color: 13627373.

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

Color convert

RGB 237 239 207 -
CMYK 0.01 0 0.13 0.06
HSL 63.75º 0.5% 0.87% -
HSV(B) 63.75º 0.13% 0.94% -
XYZ 77.05 84.24 71.23 -
YUV 234.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 237 239 207 0.01 0 0.13 0.06 63.75 0.5 0.87
Hex ED EF CF 1 0 D 6 40 32 57
Octal 355 357 317 1 0 15 6 100 62 127
Binary 11101101 11101111 11001111 1 0 1101 110 1000000 110010 1010111

Color Harmonies of #EDEFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFCF

Black with #EDEFCF

Text Example


Text Example

White with #EDEFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFCF; }

 p { color: rgb(237,239,207); }

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

background-color css

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

 a { background-color: rgb(237,239,207); }

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

border-color css

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

 span { border-color: rgb(237,239,207); }

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